xref: /llvm-project/clang/test/Preprocessor/include-likely-typo.c (revision 3bbdd87c88d710bfb3e96cd8eabfaf3079c3f696)
1 // RUN: %clang_cc1 %s -verify
2 // RUN: %clang_cc1 -fms-compatibility %s -verify
3 
4 #include "<empty_file_to_include.h>" // expected-error {{'<empty_file_to_include.h>' file not found, did you mean 'empty_file_to_include.h'?}}
5