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