Clang Project

clang_source_code/test/Preprocessor/include-nonalpha-no-crash.c
1// RUN: %clang_cc1 %s -verify
2
3#include "./" // expected-error {{'./' file not found}}
4