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