summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/crash-PR7625.cpp
blob: 3ddf5e5ed2498dd1110069be1c40547c3e24e70f (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -fsyntax-only -verify %s
template<typename T> struct a : T {
 struct x : T {
   int aa() { return p; } // expected-error{{use of undeclared identifier 'p'}}
 };
};
OpenPOWER on IntegriCloud