DEBSOURCES
Skip Quicknav
sources / libabigail / 2.9-3 / tests / data / test-diff-filter / test-multi-array1-v1.cc
123456789
// g++ -g -c -Wall test-multi-array1-v1.cc int tab[3][4] = {}; int foo() { return tab[3][2]; }