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