Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.ext
/
syshdr1.C
blob: 09e64bff609556e38207b33599babe55b4d15bb2 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// { dg-options "" }
// Test that we don't complain about trying to define bool or wchar_t in a
// system header.
# 1 "syshdr1.C"
# 1 "syshdr1.h" 1 3
typedef
int
bool
;
typedef
int
wchar_t
;
# 2 "syshdr1.C" 2