view gcc/testsuite/gcc.misc-tests/gcov-pr94029.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
line wrap: on
line source

/* PR gcov-profile/94029 */
/* { dg-options "-ftest-coverage" } */
/* { dg-do compile } */

#define impl_test(name) void test_##name() { }
impl_test(t1
) impl_test(t2)

int main()
{
  return 0;
}

/* { dg-final { run-gcov remove-gcda gcov-pr94029.c } } */