ref: 9930411eb53445ca7d1f1d98d85d79c646890cc2 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 }