Home | History | Annotate | Download | only in dcl.fct.spec
      1 // RUN: %clang_cc1 -verify %s
      2 // XFAIL: *
      3 
      4 void f0() {
      5 }
      6 
      7 inline void f0(); // expected-error {{function definition cannot precede inline declaration}}
      8