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