blob: 07eec1edbe3973d2ace17c318c8e9e30cdeef447 [file] [log] [blame]
// RUN: %clang_cc1 -verify %s
// XFAIL: *
void f0() {
}
inline void f0(); // expected-error {{function definition cannot precede inline declaration}}