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