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