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

#define ARRAYSZ 123

extern int array[ARRAYSZ];

extern int foo (void);
