OSDN Git Service

* cppexp.c (possible_sum_sign, integer_overflow, left_shift,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / uchar-2.c
1 /* Copyright (C) 2002 Free Software Foundation, Inc.  */
2
3 /* { dg-do preprocess } */
4 /* { dg-options "-funsigned-char -fsigned-char -traditional" } */
5
6 #if defined (__CHAR_UNSIGNED__)
7 # error __CHAR_UNSIGNED__ defined
8 #endif