ref: 01cc3d9ca848f41740eff61c88df70cf7fd9a1cf 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 }