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