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