Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / g++.dg / gcov / gcov-3.h
blob1c7ca00dd612598af660d31ebe4e584d49ef488a
1 /* Leave unused lines for at least the length of the including source file. */
21 struct T {
22 int i;
23 T() { i = 0; }
26 T t;
28 int foo()
30 return t.i; /* count(1) */