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