blob: 8ea54a1f43c33dcfc3d9ee22bbe5b300dd6d73e8 (
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-cpp" } */
#if defined (__CHAR_UNSIGNED__)
# error __CHAR_UNSIGNED__ defined
#endif
|