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
/
preprocessor1.c
blob
7d81474387b68a2f04c5dd63bfb6f7ff00d429be
1
#define func(x) x
2
#define bar func(
3
#define foo bar foo
4
foo
)
5
/*
6
* check-name: Preprocessor #1
7
* check-description: Used to cause infinite recursion.
8
* check-command: sparse -E $file
9
*
10
* check-output-start
11
12
foo
13
* check-output-end
14
*/