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