DEBSOURCES
Skip Quicknav
sources / libabigail / 2.9-3 / tests / data / test-read-dwarf / test7.cc
1234567891011121314
struct S { int a[5]; char *b[7]; double c[5][3]; int *(*d[10])[4]; char e[1]; char f[]; //same as f[0] }; int foo(S&) { }