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