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