blob: ac16f8c36d1865b38edf850c775943104c0ab14a [file] [log] [blame]
// RUN: %llvmgxx %s -emit-llvm -fapple-kext -S -o -
// The extra check in 71555 caused this to crash on Darwin X86
// in an assert build.
class foo {
virtual ~foo ();
};
foo::~foo(){}