ref: 123ae8f453ef8add7d8abe42975066ec15f81a57 dir: /test/genericuret.myr/
use std generic work = {val : @a -> `std.Some val } const main = { work(123) std.exit(42) }