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
remove 'Escape' from token character class
[smatch.git]
/
validation
/
label-expr.c
blob
e578ed0042e64d5437ccd17e49cc015e3ddad790
1
int
foo
(
void
);
2
int
foo
(
void
)
3
{
4
int
r
;
5
6
r
= ({
label
:
1
; });
7
return
r
;
8
}
9
10
/*
11
* check-name: label-expr
12
* check-command: test-linearize $file
13
* check-output-ignore
14
*
15
* check-output-excludes: ret\\.32\$
16
* check-output-contains: ret\\.32 *\\$1
17
*/