(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.law/
profile1.C
// { dg-do run }
// { dg-require-profiling "-pg" }
// { dg-options "-pg" }
// { dg-options "-pg -static" { target hppa*-*-hpux* } }
// GROUPS passed profiling
#include <stdio.h>

int
main()
{
  printf ("PASS\n");
  return 0;
}

/* { dg-final { cleanup-profile-file } } */