Release coccinelle-0.2.4rc5
[bpt/coccinelle.git] / tests / armatch.c
diff --git a/tests/armatch.c b/tests/armatch.c
new file mode 100644 (file)
index 0000000..4984ecc
--- /dev/null
@@ -0,0 +1,7 @@
+int main () {
+  int foo[4];
+  int *x;
+  return
+       sizeof(foo) +
+       sizeof(x);
+}