ref: 943c865bcfacb00af4c681fc36fbcab2b7f9a55f dir: /test/union-extraarg.myr/
use std /* should fail to compile becuse we're constructing a union that with too many arguments. */ type u = union `Foo ;; const main = { `Foo 123 }