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