ref: 3e9a366b35c16c7f372b56c47ba020cbf61f9937 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 }