blob: da6b6eab64626466fd6c047667a8cd6329c0df29 [file] [log] [blame]
/* Bug pr47793: Allow relative paths in profile-generate. */
/* { dg-do run } */
/* { dg-options "-O -fprofile-generate=./" } */
/* { dg-final { scan-file pr47793.gcda "."} } */
int
main(void)
{
return 0;
}
/* { dg-final { cleanup-coverage-files } } */