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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Misc
/
Inputs
/
include.h
blob
fe179e9a3a2e9272a2d91b22431ea5e7ee572ef5
1
#define EQUALS(a,b) a == b
2
3
// It's important for sloc_usage.cpp that this file does not have proper
4
// include guards.
5
#ifndef FOO_DEFINED
6
#define FOO_DEFINED
7
int
foo
(
int
x
) {
return
x
; }
8
#endif