Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / ty_tyexp.c
1 void main(double z) {
2
3 int x;
4 int y;
5 }
6
7 int main(int z) {
8 }
9
10
11 int main2(int z);
12