// RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s -std=c99
// PR4287
char *foo = "test";
int ;
int char*fmt;
void ; // expected-warning {{a function declaration without a prototype is deprecated in all versions of C}}
int int argc;char**argv;