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