summaryrefslogtreecommitdiff
path: root/test/Preprocessor/include-likely-typo.c
blob: 89abe2a6e87b26456814f6762d6e8d86fa6465bf (plain)
1
2
3
4
// RUN: %clang_cc1 %s -verify
// RUN: %clang_cc1 -fms-compatibility %s -verify

#include "<empty_file_to_include.h>" // expected-error {{'<empty_file_to_include.h>' file not found, did you mean 'empty_file_to_include.h'?}}