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