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