2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / uchar-1.c
blob3483e328101bc30a1fbeefae8ec62474ebab15c3
1 /* Copyright (C) 2002 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
4 /* { dg-options "-funsigned-char -fsigned-char" } */
6 #if defined (__CHAR_UNSIGNED__)
7 # error __CHAR_UNSIGNED__ defined
8 #endif