repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
extra: cleanup: rename do_comparison_range() => do_comparison()
[smatch.git]
/
validation
/
preprocessor
/
preprocessor20.c
blob
90e93f3787d422fad9e4639e0b8c3b8f50ce1ebe
1
#include
"preprocessor20.h"
2
#define X
3
#define Y
4
#include
"preprocessor20.h"
5
/*
6
* check-name: Preprocessor #20
7
* check-command: sparse -E $file
8
*
9
* check-output-start
10
11
A
12
B
13
* check-output-end
14
*/