summaryrefslogtreecommitdiff
path: root/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp
blob: 15efd72c145763699e181db738ab50997e1cbf0c (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -verify %s
// XFAIL: *

void f0() {
}

inline void f0(); // expected-error {{function definition cannot preceed inline declaration}}