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
db/fixup_kernel.sh: commit all my stuff
[smatch.git]
/
validation
/
constexpr-labelref.c
blob
15b5293aeb3ce9064ec52d580e1a97b8478f61b0
1
static void
a
(
void
)
2
{
3
label1
:
4
;
5
static void
*
b
= &&
label1
;
6
}
7
8
/*
9
* check-name: label reference constness verification.
10
* check-command: sparse -Wconstexpr-not-const $file
11
*
12
* check-error-start
13
* check-error-end
14
*/