(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
no-asm-2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-std=gnu89 -fno-asm" } */
       3  
       4  /* Verify that these GNU extensions are not recognized as keywords
       5     when using -fno-asm in GNU89 mode.  */
       6  
       7  int asm;	/* { dg-bogus "before .asm." } */
       8  int inline;	/* { dg-bogus "empty declaration" } */
       9  int typeof;	/* { dg-bogus "before .typeof." } */