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