ref: 87e41be1bc9bffd35472a26076cbb0470f4620ec 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 }