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