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