This extends985daceaby XFAILing more tests that started failing after these commits: *14498a477e*e644f5973b*89bacc0bb9These failures need to be investigated. Possible cause is D151938.
11 lines
331 B
C++
11 lines
331 B
C++
// XFAIL: target={{.*}}-aix{{.*}}
|
|
// RUN: c-index-test core -print-source-symbols -- %s -target x86_64-unknown-unknown 2>&1 | FileCheck %s
|
|
|
|
namespace ns {
|
|
// void foo();
|
|
}
|
|
|
|
using ns::foo __attribute__((using_if_exists));
|
|
// CHECK: [[@LINE-1]]:11 | using/C++ | foo | c:@UD@foo | <no-cgname> | Decl | rel: 0
|
|
// CHECK-NOT: <unknown>
|