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