ref: 913e7e12f5b204bc53b3761e9cd89a5cd5722c6a 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 }