1// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3inline int main() { // expected-error {{'main' is not allowed to be declared inline}}
4}
5