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