Sign in
llvm
/
clang
/
337cba4b3e17b98cfa512dfd12e57f4ccb0859be
/
.
/
test
/
CXX
/
basic
/
basic.start
/
basic.start.main
/
p2d.cpp
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}}
}