ref: 9e41da83ab7022ef3abffad13e0b30d08a1c4da5 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 }