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