Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGenCXX
/
virt-dtor-key.cpp
blob: 40c5a537cc539fccff6002ca477db2d4b7b8477f [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck %s
// CHECK: @_ZTI3foo = constant
class
foo
{
foo
();
virtual
~
foo
();
};
foo
::~
foo
()
{
}