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