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