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