Home
last modified time | relevance | path

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

/external/clang/test/Parser/
Dcxx-extern-c-array.cpp7 extern "C" int anotherarray[][3];
8 int anotherarray[2][3] = {1,2,3,4,5,6}; variable
/external/llvm-project/clang/test/Parser/
Dcxx-extern-c-array.cpp7 extern "C" int anotherarray[][3];
8 int anotherarray[2][3] = {1,2,3,4,5,6}; variable