DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / struct.res
123456789101112
struct foo { int x; struct bar first; int y; struct xxx second; int z; }; int main() { struct foo *a; }