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