blob: ac16f8c36d1865b38edf850c775943104c0ab14a [file] [log] [blame]
Dale Johannesend9880672009-09-04 20:19:09 +00001// RUN: %llvmgxx %s -emit-llvm -fapple-kext -S -o -
2// The extra check in 71555 caused this to crash on Darwin X86
3// in an assert build.
4class foo {
5 virtual ~foo ();
6};
7foo::~foo(){}