diff options
Diffstat (limited to 'tests/headers/const_array.h')
-rw-r--r-- | tests/headers/const_array.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/headers/const_array.h b/tests/headers/const_array.h deleted file mode 100644 index a337881f..00000000 --- a/tests/headers/const_array.h +++ /dev/null @@ -1,2 +0,0 @@ -extern const int foo[1]; -extern int bar[1]; |