ref: 1779c6b7aedf6bb7665b8f650f37958340f3177c 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 }