Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.dg / profile-dir-3.c
blob29b0a55871271b83011b588120bf9e3f07730f40
1 /* { dg-do compile } */
2 /* { dg-options "-O -fprofile-generate -fprofile-dir=. -fdump-tree-tree_profile" } */
3 /* { dg-final { scan-tree-dump " ./profile-dir-3.gcda" "tree_profile" } } */
5 int
6 main(void)
8 return 0;
11 /* { dg-final { cleanup-coverage-files } } */
12 /* { dg-final { cleanup-tree-dump "tree_profile" } } */