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