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