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

#include "file3.h"

int array[ARRAYSZ] = { 0 };

int
main (void)
{
  return foo ();
}
