Sign in
cobalt
/
cobalt
/
9708d320f5c570ac1ada07d0e0136706ac0a5c29
/
.
/
third_party
/
llvm-project
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-gcov-multiple-bbs-single-line.c
blob: a2e187b5cb61f8c93d4beae7a1318c9a39c85d82 [
file
] [
log
] [
blame
]
int
main
(
void
)
{
int
var
;
int
a
=
1
;
if
(
a
)
{
var
++;
}
if
(
a
)
{}
int
b
=
0
;
if
(
b
)
{
var
++;
}
if
(
b
)
{}
return
0
;
}