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