ref: 50fe381eba833d4bbeaa3cc634b87c2d211df79f 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 }