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