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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86551 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Douglas Gregor 2009-11-09 16:06:30 +00:00
Родитель 3ac738567f
Коммит ac06a7ca22
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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