summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/profile-dir-2.c
blob: 454f0641aa295e6d52b1f21b632385b125010a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile } */
/* { dg-options "-O -fprofile-generate -fdump-tree-tree_profile" } */
/* { dg-final { scan-tree-dump "/profile-dir-2.gcda" "tree_profile" } } */

int
main(void)
{
  return 0;
}

/* { dg-final { cleanup-coverage-files } } */
/* { dg-final { cleanup-tree-dump "tree_profile" } } */