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