Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
llvm-project
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-gcov-switch1.c
blob: 25544323c555615841cebdf58bf62d7b399c6158 [
file
] [
log
] [
blame
]
int
main
(
void
)
{
int
i
=
22
;
switch
(
i
)
{
case
7
:
break
;
case
22
:
i
=
7
;
break
;
case
42
:
break
;
}
return
0
;
}