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