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