blob: 0a924e97251b27d23e16b6ecc81c2933f6c3eac6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* { dg-do compile } */
/* { dg-options "-O -fprofile-generate -fprofile-dir=." } */
/* { dg-final { scan-assembler "\"./profile-dir-3.gcda\"" } } */
int
main(void)
{
return 0;
}
/* { dg-final { cleanup-coverage-files } } */
|