blob: dd9ec54a4c17f987684bc2e76c785db30eae1410 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=gnu89" } */
/* Verify that these GNU extensions are recognized as keywords in
GNU89 mode. */
int asm; /* { dg-error "before .asm." } */
int inline; /* { dg-warning "empty declaration" } */
/* { dg-error "empty declaration" "" { target *-*-* } .-1 } */
int typeof; /* { dg-error "before .typeof." } */