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