ref: 2c8a0da890220d21e84f79b5d70c36e0434081fb 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 }