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