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