Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / using_if_exists.cpp
blob73d1be739e42816443e1cb4106f846fcaf38f934
1 // XFAIL: target={{.*}}-aix{{.*}}
2 // RUN: c-index-test core -print-source-symbols -- %s -target x86_64-unknown-unknown 2>&1 | FileCheck %s
4 namespace ns {
5 // void foo();
8 using ns::foo __attribute__((using_if_exists));
9 // CHECK: [[@LINE-1]]:11 | using/C++ | foo | c:@UD@foo | <no-cgname> | Decl | rel: 0
10 // CHECK-NOT: <unknown>