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