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