ref: 16aa8c14d53c4d2e55651d64de26c68f23f21824 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 }