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
introduce: smatch_data/kernel.no_inline_functions
[smatch.git]
/
validation
/
preprocessor
/
preprocessor21.c
blob
4b55a6b894ea639d21eb2d8dab02a70c68dec563
1
#if 1
2
#if
3
/*
4
* check-name: Preprocessor #21
5
* check-description: This used to hang Sparse.
6
* check-command: sparse -E $file
7
*
8
* check-output-start
9
10
11
* check-output-end
12
*
13
* check-error-start
14
preprocessor/preprocessor21.c:2:2: error: unterminated preprocessor conditional
15
* check-error-end
16
*/