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