ref: 5c477090a5c2afbd60ccbe6e078cc94a73f4c08b 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 }