* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git] / gcc / testsuite / gcc.dg / wchar_t-1.c
blob6d95c69c304d839725f4e64864ab8e180e7a0f39
1 /* { dg-do compile } */
2 /* { dg-options "-Wall" } */
4 /* Compile with -Wall to get a warning if built-in and system wchar_t don't
5 match. */
7 #define _STDDEF_H
8 #include <wchar.h>
10 __WCHAR_TYPE__ __wc_t__;
11 wchar_t *wc_t_p;
13 void
14 wct (void)
16 wc_t_p = &__wc_t__;