PR c++/80290
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.law / profile1.C
blob66ef7766d0448e5f1d698599bd0f4be5ec1ef103
1 // { dg-do run }
2 // { dg-require-profiling "-pg" }
3 // { dg-options "-pg" }
4 // { dg-options "-pg -static" { target hppa*-*-hpux* } }
5 // GROUPS passed profiling
6 #include <stdio.h>
8 int
9 main()
11   printf ("PASS\n");
12   return 0;
15 /* { dg-final { cleanup-profile-file } } */