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