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