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