ref: 3a884b83d030cd14cf4ee631b5b474fb411c976a 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 }