Ben Langmuir | 1d9b362 | 2015-02-04 18:34:26 +0000 | [diff] [blame] | 1 | // RUN: %clang -M -MG -include nonexistent-preinclude.h %s | FileCheck %s |
2 | // CHECK: nonexistent-preinclude.h | ||||
3 | // CHECK: nonexistent-ppinclude.h | ||||
Peter Collingbourne | 77b0e7f2 | 2011-07-12 19:35:15 +0000 | [diff] [blame] | 4 | |
5 | #include "nonexistent-ppinclude.h" |