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