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