1// RUN: %clang_cc1 -verify %s
2// XFAIL: *
3
4void f0() {
5}
6
7inline void f0(); // expected-error {{function definition cannot precede inline declaration}}
8