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