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