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