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