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