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
/
Preprocessor
/
multiple-inclusion-opt.h
blob
d346c9d5d22e456302ef94534b390c66d21c310b
1
#
// null directive and comments before include guard
2
3
#ifndef MULTIPLE_INCLUSION_OPT
4
5
int
foo
();
6
7
// The position of the define should not matter
8
#define MULTIPLE_INCLUSION_OPT
9
10
int
bar
();
11
12
#endif
13
14
#
15
#
16
/* Two null directives
17
and a multiline comment
18
after the #endif */