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