// Minimal compiler test for C compiler.
//
// This Test produces NO error/warning with a ANSI-C compiler (see also C-FAQs).

#include "file3.h"

int
foo (void)
{
  array[ARRAYSZ / 2] = 0;
  return array[ARRAYSZ / 2];
}
