1  /* Copyright (C) 2000 Free Software Foundation, Inc.  */
       2  
       3  /* { dg-do compile } */
       4  /* { dg-options "-std=c89" } */
       5  
       6  /* Just simple check that digraphs are not on in c89, for both
       7     preprocessor and compiler.  digraphs.c is the general test.  */
       8  
       9  int main (int argc, char *argv[])
      10  {
      11    return 0;
      12  %>				/* { dg-error "parse error|syntax error|expected" } */
      13  
      14  /* Place this after main () so we get to test both the compiler above
      15     and the preprocessor below.  */
      16  %:define glue                   /* { dg-error "expected declaration" } */
      17  #ifdef glue
      18  #error glue is defined!
      19  #endif