libbacktrace: use __has_attribute for fallthrough
[official-gcc.git] / gcc / testsuite / gcc.dg / profile-dir-1.c
blob01269f99902939b3ace9feaa05a23b9b99737304
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 "Using data file \.\/.*#profile-dir-1.gcda" "cgraph" } } */
6 int
7 main(void)
9 return 0;