Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / pr31490-2.c
blob2449ac468b5ce267eaf4953b2fe5f72ca783b930
1 /* PR middle-end/31490 */
2 /* { dg-do compile } */
3 /* { dg-options "-fpic" { target fpic } } */
4 /* { dg-require-named-sections "" } */
6 const char *const x __attribute__((section("foo"))) = "";
7 const char *const g __attribute__((section("foo"))) = (const char *) 0;