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