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
/
dump-macros-spacing.c
blob
13924422d6948221a6eed9b8981e622c885bf140
1
// RUN: %clang_cc1 -E -dD < %s | grep stdin | grep -v define
2
#define A A
3
/* 1
4
* 2
5
* 3
6
* 4
7
* 5
8
* 6
9
* 7
10
* 8
11
*/
12
#define B B
13