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