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
replace test for c99 for-loop initializers
[smatch.git]
/
validation
/
c11-noreturn.c
blob
bc20de82f990c246b10da3d7604fcbcdd9abe84a
1
static
_Noreturn
void
foo
(
void
) {
while
(
1
) ; }
2
3
/*
4
* check-name: c11-noreturn
5
* check-command: test-parsing -std=c11 $file
6
*
7
* check-output-ignore
8
* check-output-contains: \[noreturn\]
9
*/