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 9