1 | // RUN: %clang_cc1 -v -I%S/Inputs -iquote %S/Inputs/SystemHeaderPrefix -isystem %S/Inputs/SystemHeaderPrefix -isystem %S/Inputs/SystemHeaderPrefix %s 2>&1 | FileCheck %s |
---|---|
2 | |
3 | #include <test.h> |
4 | |
5 | // CHECK: ignoring duplicate directory |
6 | // CHECK-SAME: Inputs/SystemHeaderPrefix"{{$}} |
7 | |
8 | // CHECK: #include "..." |
9 | // CHECK-NEXT: {{.*}}Inputs/SystemHeaderPrefix{{$}} |
10 | // CHECK-NEXT: #include <...> |
11 | // CHECK-NEXT: {{.*}}Inputs{{$}} |
12 | // CHECK-NEXT: {{.*}}Inputs/SystemHeaderPrefix{{$}} |
13 |