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