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
unwind: ignore component_match_add_release() paths
[smatch.git]
/
validation
/
linear
/
compound-literal00.c
blob
f3069d2ca5e9595482ca832402465a2ad3a1b2e2
1
struct
bfs
{
2
int
a
:
2
;
3
int
b
:
30
;
4
};
5
6
int
foo
(
void
)
7
{
8
return
(
struct
bfs
){ .
a
=
1
, .
b
=
2
}.
b
;
9
}
10
11
/*
12
* check-name: compound-literal00.c
13
* check-command: test-linearize -Wno-decl $file
14
*
15
* check-output-ignore
16
* check-output-contains: ret\\..*\\$2
17
* check-error-end
18
*/