Searched refs:appendList (Results 1 – 1 of 1) sorted by relevance
240 appendList(int[]...); // expected-error {{a type specifier is required for all declarations}}241 appendList(int[]...) { } // expected-error {{a type specifier is required for all declarations}} in appendList() function