ref: b2ea6be4fd100222817cb2ad5dbb70ddda74ee48 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 }