// RUN: %clang_cc1 -fsyntax-only -verify %s
// PR2942
typedef void ;
fn f; // expected-note {{previous declaration is here}}
int ;
int ;
typedef int ;
g_type g;
int
float // expected-error{{functions that differ only in their return type cannot be overloaded}}
int // expected-error{{redefinition of 'h'}}