1// Test that we use the apple indexes.
2// RUN: %clang %s -g -c -o %t --target=x86_64-apple-macosx
3// RUN: lldb-test symbols %t | FileCheck %s
4
5// CHECK: .apple_names index present
6// CHECK: .apple_types index present
7
8int foo;
9

source code of lldb/test/Shell/SymbolFile/DWARF/x86/apple-index-is-used.cpp