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