ref: 6afe3d2a183da3963738d33c3ed644462bf7ecb9 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 }