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