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