// RUN: %clang_cc1 -fsyntax-only -verify %s
void ;
void ;
void ;
void ;
void ;
typedef float Float;
void ; // expected-note {{previous declaration is here}}
int ; // expected-error {{functions that differ only in their return type cannot be overloaded}}
void ; // expected-note {{previous declaration is here}}
int ; // expected-error {{functions that differ only in their return type cannot be overloaded}}
typedef int INT;
;
int // expected-note {{previous definition is here}}
int // expected-error {{conflicting types for 'main'}}