PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / no-asm-2.c
blob3cd41141de1cb4fcfc6ea7fd59a59b58d51db777
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu89 -fno-asm" } */
4 /* Verify that these GNU extensions are not recognized as keywords
5 when using -fno-asm in GNU89 mode. */
7 int asm; /* { dg-bogus "before .asm." } */
8 int inline; /* { dg-bogus "empty declaration" } */
9 int typeof; /* { dg-bogus "before .typeof." } */