PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / profile-dir-1.c
blobdf49e2361f4841aa36c01c7625516e1a412f0b5c
1 /* { dg-do compile } */
2 /* { dg-require-profiling "-fprofile-generate" } */
3 /* { dg-options "-O -fprofile-generate=. -fdump-ipa-cgraph" } */
4 /* { dg-final { scan-ipa-dump " ./profile-dir-1.gcda" "cgraph" } } */
6 int
7 main(void)
9 return 0;