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