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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Index
/
complete-macros.h
blob
c9ccba2cc0e9867bbbffbca246e1ab118de4f986
1
#ifndef COMPLETE_MACROS_H_GUARD
2
#define COMPLETE_MACROS_H_GUARD
3
4
void
in_header
(
int
);
5
#define MACRO_IN_HEADER 1
6
7
#endif