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