Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / pragma-re-2.c
blobee7140133e0895ab1e16aff8d95c4781edf6adb5
2 #pragma redefine_extname /* { dg-warning "malformed" } */
3 #pragma redefine_extname foo /* { dg-warning "malformed" } */
4 #pragma redefine_extname foo 1 /* { dg-warning "malformed" } */
5 #pragma redefine_extname foo bar 2 /* { dg-warning "junk" } */
7 int bar; /* silence `ISO C forbids an empty translation unit' warning */