repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* gcc.dg/const-elim-1.c: xfail for xtensa.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
wint_t-1.c
blob
b4f4e0a2a5ed536c652faa943fd4a3119fe0e9dc
1
/* { dg-do compile } */
2
/* { dg-options "-Wall" } */
3
4
/* Compile with -Wall to get a warning if built-in and system wint_t don't
5
match. */
6
7
#define _STDDEF_H
8
#include <wchar.h>
/* { dg-excess-errors "" { xfail *-*-darwin* } } */
9
10
__WINT_TYPE__ __wi_t__
;
11
wint_t
*
wi_t_p
;
12
13
void
14
wit
(
void
)
15
{
16
wi_t_p
= &
__wi_t__
;
17
}