ref: 610852e18629b8a9a4c4f4ed6e6fc7a336152511 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 }