aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/redef1.C
blob: 0235ffb72e9c90e1377b81cb56303d4dbd632fae (plain)
1
2
3
4
5
6
7
8
9
10
// { dg-options "" }
// PR c++/16193

# 1 "syshdr1.C"
# 1 "syshdr1.h" 1 3
// Redefinitions of built-in types are allowed in system headers so
// that G++ will work with system headers that are not fully
// C++-aware.
typedef long wchar_t;
# 2 "syshdr1.C" 2