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