brintos

brintos / llvm-project-archived public Read only

0
0
Text · 239 B · 8ef2e56 Raw
9 lines · cpp
1// Test that we use the apple indexes.2// RUN: %clangxx %s -g -c -o %t --target=x86_64-apple-macosx -gdwarf-43// RUN: lldb-test symbols %t | FileCheck %s4 5// CHECK: .apple_names index present6// CHECK: .apple_types index present7 8int foo;9