1 /* Copyright (C) 2002 Free Software Foundation, Inc. */
4 /* { dg-options "-fshort-wchar" } */
6 /* Source: Neil Booth, 10 Dec 2002.
8 Test that __WCHAR_MAX__ is correct with -fshort-wchar. */
10 extern void abort (void);
14 __WCHAR_TYPE__ w
= ~(__WCHAR_TYPE__
) 0;
16 if (w
!= __WCHAR_MAX__
)