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