p4.cpp revision fc8f0e14ad142ed811e90fbd9a30e419e301c717
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