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