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