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