1 /* Contributed by Jürgen Keil <jrgn.keil@googlemail.com> */
4 /* { dg-require-profiling "-pg" } */
5 /* { dg-options "-O2 -pg" } */
6 /* { dg-options "-O2 -pg -static" { target hppa*-*-hpux* } } */
8 extern char *strdup (const char *);
11 func(char *a
, char *b
, char *c
)
25 /* { dg-final { cleanup-profile-file } } */