Searched refs:anotherarray (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/Parser/ |
D | cxx-extern-c-array.cpp | 7 extern "C" int anotherarray[][3]; 8 int anotherarray[2][3] = {1,2,3,4,5,6}; variable
|
/external/llvm-project/clang/test/Parser/ |
D | cxx-extern-c-array.cpp | 7 extern "C" int anotherarray[][3]; 8 int anotherarray[2][3] = {1,2,3,4,5,6}; variable
|