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