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