ref: 68dc8fd88d1fc23d6b882531343b38a8e2c7ac99 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 }