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