
Summary: the crash is casued by an assertion in StringRef. (llvm::StringRef::front() const: Assertion `!empty()' failed.) Reviewers: sammccall Subscribers: jsji, cfe-commits Differential Revision: https://reviews.llvm.org/D52721 llvm-svn: 343481
4 lines
87 B
C
4 lines
87 B
C
// RUN: %clang_cc1 %s -verify
|
|
|
|
#include "./" // expected-error {{'./' file not found}}
|