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