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