ref: 100d3a203f8ee81adc5e31adac2d2c6c0ce65e5f 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 }