Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / arm / pr26702.c
bloba35aaef17371b69d633042dd2c68860845a6a7d7
1 /* { dg-do compile { target arm*-*-eabi* } } */
2 /* { dg-final { scan-assembler "\\.size\[\\t \]+static_foo, 4" } } */
3 int foo;
4 static int static_foo;