ref: 5a48547528a4b9bbe31dfc3a99f6b39ff7d8c34e 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 }