]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/gcov/gcov-16.C
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / gcov / gcov-16.C
1 // PR gcov-profile/64634
2 // { dg-options "-fprofile-arcs -ftest-coverage" }
3 // { dg-do run { target native } }
4
5 int main()
6 {
7 return 0; /* count(#####) */
8 }
9
10 // { dg-final { run-gcov remove-gcda gcov-16.C } }