// RUN: %clang_cc1 %s -fsyntax-only -verify -Wno-strict-prototypes
int // expected-note {{previous definition is here}}
int ;
int // expected-error {{redefinition of 'f'}}
// <rdar://problem/6097326>
int
int x = 1;
// <rdar://problem/6880464>
extern inline int // expected-note{{previous definition}}
int // expected-error{{redefinition of a 'extern inline' function 'g' is not supported in C99 mode}}