// RUN: %clang_cc1 -fsyntax-only -verify %s
// PR3592
static void* ;
static void*
void *; // expected-warning{{incompatible redeclaration of library function 'calloc'}} \
// expected-note{{'calloc' is a builtin with type 'void *}}
void
void
static int index;
int
typedef int rindex;