Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / armatch.c
CommitLineData
5626f154
C
1int main () {
2 int foo[4];
3 int *x;
4 return
5 sizeof(foo) +
6 sizeof(x);
7}