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