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
testsuite: get all tags in once
[smatch.git]
/
validation
/
preprocessor
/
preprocessor17.c
blob
bd54fa6e21766512ef42fd203a9f74f029534fa7
1
#if 0
2
/* these should not warn */
3
#ifdef (
4
#endif
5
#ifndef (
6
#endif
7
#endif
8
/*
9
* check-name: Preprocessor #17
10
* check-command: sparse -E $file
11
* check-output-start
12
13
14
* check-output-end
15
*/