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