blob: b05c992f4115656e3d6c65bc2cd57190070e28a9 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
// PR5548
struct A {~A();};
void a(const A* x) {
x->~A();
}