Release coccinelle-0.1
[bpt/coccinelle.git] / tests / pb_distribute_type4.res
1 int foo() {
2 float x;
3 return 0;
4 }
5
6
7 int foo() {
8 float x;
9 return 0;
10 }
11
12 int foo() {
13 float x;
14 return 0;
15 }