Sign in
android
/
toolchain
/
rustc
/
fd666f2f11b6b870cdfff85689e078cd371668e2
/
.
/
vendor
/
compiler_builtins
/
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
;
}