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