ref: 77a41acbc02d1a63dd8d1345e3cf1875befd7eaa 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 }