mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Test for llvm-gcc commit 81037.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81038 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
365b18eba6
commit
5684229a45
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