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