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