// RUN: %clang_cc1 -fsyntax-only -verify %s
void
inline void ; // expected-error {{inline declaration of 'f0' follows non-inline definition}}
void // expected-note{{previous definition is here}}
;
void // expected-note{{previous definition is here}}
;
void // expected-note{{previous definition is here}}
;
void // expected-note{{previous definition is here}}
inline void // expected-error{{inline declaration of 'func_04' follows non-inline definition}}
void // expected-note{{previous definition is here}}
;
void // expected-note{{previous definition is here}}
;