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
/
print_empty_include.c
blob
04cda99223fed598188de80b8f8402e3370e522d
1
// RUN: %clang_cc1 -E -P %s | count 1
2
// Ensure no superfluous newlines are printed
3
// llvm.org/PR51616
4
5
#include
"print_empty_include.h"
6
#include
"print_empty_include.h"
7
8
#define EXPANDED_TO_NOTHING
9
EXPANDED_TO_NOTHING
10