ref: 95fc77c94bec1b7e1d3df3abd6706bec795225e0 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 }