xref: /llvm-project/clang/test/Preprocessor/include-leading-nonalpha-no-suggest.c (revision 8a9b3fe780205fbb94f06e157078b7fd76851e8a)
1 // RUN: %clang_cc1 %s -verify
2 
3 #include "/non_existing_file_to_include.h" // expected-error {{'/non_existing_file_to_include.h' file not found}}
4