PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / wint_t-1.c
blob0574fb9a48fd9956c72588659b87a54e465516cf
1 /* { dg-do compile { target wchar } } */
2 /* { dg-options "-Wall" } */
4 /* Compile with -Wall to get a warning if built-in and system wint_t don't
5 match. */
7 #define _STDDEF_H
8 #include <wchar.h>
10 __WINT_TYPE__ __wi_t__;
11 wint_t *wi_t_p;
13 void
14 wit (void)
16 wi_t_p = &__wi_t__;