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