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