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