repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Index
/
preamble-conditionals.cpp
blob
81ef8265e82922142b42bbe5eda08023b3ea5cb0
1
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source local %s 2>&1 \
2
// RUN: | FileCheck %s --implicit-check-not "error:"
3
#ifndef FOO_H
4
#define FOO_H
5
6
void
foo
();
7
8
#endif