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