aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/include-leading-nonalpha-no-suggest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/include-leading-nonalpha-no-suggest.c')
-rw-r--r--test/Preprocessor/include-leading-nonalpha-no-suggest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Preprocessor/include-leading-nonalpha-no-suggest.c b/test/Preprocessor/include-leading-nonalpha-no-suggest.c
new file mode 100644
index 000000000000..0d7dd1aea307
--- /dev/null
+++ b/test/Preprocessor/include-leading-nonalpha-no-suggest.c
@@ -0,0 +1,3 @@
+// RUN: %clang_cc1 %s -verify
+
+#include "/non_existing_file_to_include.h" // expected-error {{'/non_existing_file_to_include.h' file not found}}