blob: 739573c1098cfcabf08dfef7f44e61a16eb8e2fd (
plain)
1
2
3
4
5
6
7
8
|
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-funsigned-char -fsigned-char -traditional" } */
#if defined (__CHAR_UNSIGNED__)
# error __CHAR_UNSIGNED__ defined
#endif
|