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