mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
Test for llvm-gcc commit 81037.
llvm-svn: 81038
This commit is contained in:
parent
d842a676d6
commit
e5f313b4ee
7
test/FrontendC++/2009-09-04-modify-crash.cpp
Normal file
7
test/FrontendC++/2009-09-04-modify-crash.cpp
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
// 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(){}
|
Loading…
Reference in New Issue
Block a user