Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
gcov
/
ternary.C
blob: 9b8e34644b46162cd01949b4d88377540458ed12 [
file
] [
log
] [
blame
]
// { dg-options "-fprofile-arcs -ftest-coverage" }
// { dg-do run { target native } }
int
b
,
c
,
d
,
e
;
int
main
()
{
int
a
=
b
<
1
?
(
c
<
3
?
d
:
c
)
:
e
;
/* count(1*) */
return
a
;
}
// { dg-final { run-gcov ternary.C } }