Files
clang-p2996/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/find-variable-file-3.cpp
Jan Kratochvil f3932b9a0b [nfc] [lldb] Assertions for D106270 - [DWARF5] Fix offset check when using .debug_names
Skeleton vs. DWO units mismatch has been fixed in D106270. As they both
have type DWARFUnit it is a bit difficult to debug. So it is better to
make it safe against future changes.

Reviewed By: kimanh, clayborg

Differential Revision: https://reviews.llvm.org/D107659
2021-08-10 20:43:24 +02:00

3 lines
54 B
C++

// No variable should exist in this file.
void f() {}