Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
gcov
/
gcov-3.h
blob: 1c7ca00dd612598af660d31ebe4e584d49ef488a [
file
] [
log
] [
blame
]
/* Leave unused lines for at least the length of the including source file. */
struct
T
{
int
i
;
T
()
{
i
=
0
;
}
};
T t
;
int
foo
()
{
return
t
.
i
;
/* count(1) */
}