blob: 087cf77476ad4ceb97c12b4ce3db9382c03fc7c5 [file] [log] [blame]
// RUN: clang-cc -fsyntax-only -verify %s
inline int main() { // expected-error {{'main' is not allowed to be declared inline}}
}