ref: 74b3aaed1a5a978a4d64ae4bdce9b0cdcf82860c 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 }