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