binutils-gdb/gdb/testsuite/gdb.base/list0.h

38 lines
626 B
C
Raw Normal View History

1999-07-12 13:15:22 +02:00
/* An include file that actually causes code to be generated in the including file. This is known to cause problems on some systems. */
1999-07-12 13:15:22 +02:00
extern void bar(int);
static void foo (int x)
/* !
!
! */
{
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
bar (x++);
}