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