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