blob: 42a4fe0f03a3ca28c3892e58bb103b7524c00053 [file] [log] [blame]
/* An include file that actually causes code to be generated in the including file. This is known to cause problems on some systems. */
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++);
}