ref: 8643ac098d6c0bb5b3a29d58141f5c29a65357cb 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 }