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