summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/include-leading-nonalpha-no-suggest.c
blob: 0d7dd1aea3079a072232797df13efaaee1e381c0 (plain)
1
2
3
// RUN: %clang_cc1 %s -verify

#include "/non_existing_file_to_include.h" // expected-error {{'/non_existing_file_to_include.h' file not found}}
OpenPOWER on IntegriCloud