// RUN: %clang_cc1 -verify %s
voidf0a(void){inlinevoidf1();// expected-error {{inline declaration of 'f1' not allowed in block scope}}
}voidf0b(void){voidf1();}// 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.