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