summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/include-likely-typo.c
blob: 88942ae6f8930eb33c9deb6bf571b68b84aaabcc (plain)
1
2
3
// RUN: %clang_cc1 %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'?}}
OpenPOWER on IntegriCloud