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