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