Searched refs:PR7900 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Ddestructor.cpp367 namespace PR7900 { namespace
368 struct A { // expected-note 2{{type 'PR7900::A' is declared here}}
375 b.~A(); // expected-error{{destructor type 'PR7900::A' in object destruction expression does not match the type 'PR7900::B' of the object being destroyed}}
376 (&b)->~A(); // expected-error{{destructor type 'PR7900::A' in object destruction expression does not match the type 'PR7900::B' of the object being destroyed}}

Completed in 134 milliseconds