Fix typo in bb-slp-over-widen-*.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr47793.c
blob0ee1aaee421b15fbcab6842ae94e692e1c255478
1 /* Bug pr47793: Allow relative paths in profile-generate. */
2 /* { dg-do run } */
3 /* { dg-options "-O -fprofile-generate=./" } */
4 /* { dg-require-profiling "-fprofile-generate" } */
5 /* { dg-final { scan-file pr47793.gcda "."} } */
7 int
8 main(void)
10 return 0;
13 /* { dg-final { cleanup-coverage-files } } */