ref: 0eae465b2ba82f8a0e49c869bddd37b85ec2e5ae 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 }