Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
name-clash9.C
blob: 1e04fafd5b9fb96c9882763e1993ebe03509df86 [
file
] [
log
] [
blame
]
// { dg-do compile }
// PR c++/48010
struct
A
{
struct
type
{};
// { dg-message "previous" }
typedef
int
type
;
// { dg-error "conflicts" }
};