2 /* { dg-require-profiling "-pg" } */
3 /* { dg-options "-O2 -pg" } */
5 static int __attribute__((noinline
))
11 int __attribute__((noinline
))
12 foo (int y0
, int y1
, int y2
, int y3
, int y4
) {
25 int z
= foo (0, 1, 2, 3, 4);
29 /* { dg-final { cleanup-profile-file } } */