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