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