Home
last modified time | relevance | path

Searched refs:appendList (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcrashes.cpp240 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