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