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