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