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