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