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