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