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