Release coccinelle-0.2.4rc4
[bpt/coccinelle.git] / tests / strid2.res
1 int main () {
2 struct foo *a;
3 enum foo1 *b;
4 struct foo a1;
5 enum foo1 b1;
6 print(f(a, 12));
7 print(f(b, 12));
8 print(a1.x);
9 print(b1);
10 }