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