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