blob: dabe13a0ff66022346adb4e2533a1f711751f24e [file] [log] [blame]
// RUN: clang-cc -verify %s
// XFAIL: *
void f0(void) {
inline void f1(); // expected-error {{'inline' is not allowed on block scope function declaration}}
}
// FIXME: Add test for "If the inline specifier is used in a friend declaration,
// that declaration shall be a definition or the function shall have previously
// been declared inline.