Release coccinelle-0.2.4rc5
[bpt/coccinelle.git] / tests / armatch.c
1 int main () {
2 int foo[4];
3 int *x;
4 return
5 sizeof(foo) +
6 sizeof(x);
7 }