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