Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / indecl.c
1 int x;
2
3 int y = 0;
4
5 int main () {
6 int xx;
7 int yy = 0;
8 }
9
10 struct yyy {
11 int xxx;
12 int yyy;
13 };
14