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." } */
10