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