forked from OSchip/llvm-project
Verify that code-completion is at least a little bit robust against inclusion of missing headers
llvm-svn: 86551
This commit is contained in:
parent
8b14f8fde4
commit
022d3c2f42
|
@ -1,5 +1,5 @@
|
|||
// Code-completion through the C interface
|
||||
|
||||
#include "nonexistent_header.h"
|
||||
struct X {
|
||||
int member;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue