ref: df39695ef7997e8cfb4bb3e00976c4689edb15f5 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 }