blob: a0d3a8ddac23573b4eaaa4f9d16b4ab6028a89b3 [file] [log] [blame]
// RUN: clang-cc -emit-llvm-only -g %s
struct X {
~X();
};
X::~X() { }