OSDN Git Service

2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
[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