ref: 8303e07068b39bb6de362eafff89c7a3a53206cc 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 }