Reset branch to trunk.
[official-gcc.git] / trunk / gcc / testsuite / gcc.misc-tests / gcov-9.c
blob6e1b4a85c0c507195bbdf9a8c370a95c53fe548f
1 /* Test gcov block mode. */
3 /* { dg-options "-fprofile-arcs -ftest-coverage" } */
4 /* { dg-do run { target native } } */
6 int main ()
8 unsigned ix;
10 for (ix = 10; ix--;); /* count(11) */
12 return 0;
15 /* { dg-final { run-gcov { -a gcov-9.c } } } */