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