OSDN Git Service

libgcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / profile-generate-3.c
1 /* { dg-do link } */
2 /* { dg-require-profiling "" } */
3 /* { dg-options "-fprofile-generate=." } */
4
5 int
6 main ()
7 {
8   return 0;
9 }
10