blob: 82d8a6084e5e01fdc2b2ba0ee18d1466e2b965bf (
plain) (
blame)
1
2
3
4
5
|
// RUN: %clang -M -MG -include nonexistent-preinclude.h %s | FileCheck %s
// CHECK: nonexistent-preinclude.h
// CHECK: nonexistent-ppinclude.h
#include "nonexistent-ppinclude.h"
|