Release coccinelle-0.2.4rc5
[bpt/coccinelle.git] / tests / ptrar.res
1 int main () {
2 struct foo *x;
3 struct foo y[12];
4 *12 = 4;
5 *20 = 2;
6 a = sizeof 20;
7 b = sizeof 12;
8 }