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