aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/basic/basic.start/basic.start.main/p2d.cpp
blob: 777b5ceb743a381e4c30a95c78634d7ca87efbe4 (plain) (blame)
1
2
3
4
// RUN: clang-cc -fsyntax-only -verify %s 

static int main() { // expected-error {{'main' is not allowed to be declared static}}
}