// RUN: clang-cc -fsyntax-only -verify %s inline int main() { // expected-error {{'main' is not allowed to be declared inline}} }