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