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