DEBSOURCES
Skip Quicknav
sources / libabigail / 2.9-3 / tests / data / test-diff-filter / test-PR26739-v0.c
12345678
typedef const int immutable[7]; typedef immutable monster; struct A { monster q; }; void fun(struct A * a) { (void) a; }