blob: bcdbdb260aee3853867b9899f5ad9bf75dde1d73 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
static int main() { // expected-error {{'main' is not allowed to be declared static}}
}