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