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