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