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