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