OSDN Git Service

2005-02-15 Eric Christopher <echristo@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / uchar-1.c
1 /* Copyright (C) 2002 Free Software Foundation, Inc.  */
2
3 /* { dg-do preprocess } */
4 /* { dg-options "-funsigned-char -fsigned-char" } */
5
6 #if defined (__CHAR_UNSIGNED__)
7 # error __CHAR_UNSIGNED__ defined
8 #endif