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