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