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