ref: 1f99d2dc0f2e8afe604bfe777063b4f2e277e185 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 }