Verify that code-completion is at least a little bit robust against inclusion of missing headers

llvm-svn: 86551
This commit is contained in:
Douglas Gregor 2009-11-09 16:06:30 +00:00
parent 8b14f8fde4
commit 022d3c2f42
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// Code-completion through the C interface
#include "nonexistent_header.h"
struct X {
int member;
};