index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
PR4890-debug-info-dtor.cpp
blob: a0d3a8ddac23573b4eaaa4f9d16b4ab6028a89b3 (
plain
)
1
2
3
4
5
6
// RUN: clang-cc -emit-llvm-only -g %s
struct
X
{
~
X
();
};
X
::~
X
()
{
}