ref: 783e13e96fccbb5278f5ab351673d29e20d4bf66 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 }