]> granicus.if.org Git - clang/commitdiff
Verify that code-completion is at least a little bit robust against inclusion of...
authorDouglas Gregor <dgregor@apple.com>
Mon, 9 Nov 2009 16:06:30 +0000 (16:06 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 9 Nov 2009 16:06:30 +0000 (16:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86551 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/code-completion.cpp

index 875c74652565e30328b323a3b42c89ab7763c69f..14129cbeb460f18897df9fa5f6047debed1b64cd 100644 (file)
@@ -1,5 +1,5 @@
 // Code-completion through the C interface
-
+#include "nonexistent_header.h"
 struct X {
   int member;
 };