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