1 | // RUN: %clang -M -MG -include nonexistent-preinclude.h %s | FileCheck %s |
---|---|
2 | // CHECK: nonexistent-preinclude.h |
3 | // CHECK: nonexistent-ppinclude.h |
4 | |
5 | #include "nonexistent-ppinclude.h" |
6 |
1 | // RUN: %clang -M -MG -include nonexistent-preinclude.h %s | FileCheck %s |
---|---|
2 | // CHECK: nonexistent-preinclude.h |
3 | // CHECK: nonexistent-ppinclude.h |
4 | |
5 | #include "nonexistent-ppinclude.h" |
6 |