ref: 00affd843ab9b371c3a18bfa79b4d82b261911a1 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 }