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