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