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