OSDN Git Service

* cppexp.c (possible_sum_sign, integer_overflow, left_shift,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / digraph2.c
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" } */
13
14 /* Place this after main () so we get to test both the compiler above
15    and the preprocessor below.  */
16 %:define glue
17 #ifdef glue
18 #error glue is defined!
19 #endif