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