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