ref: 4ccc52b8ed3c89262a3ee72bfdd05de1a3d0441c 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 }