Home
last modified time | relevance | path

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

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