llvm-project/clang/test/CXX/basic/basic.start/basic.start.main/p2d.cpp

5 lines
134 B
C++

// RUN: %clang_cc1 -fsyntax-only -verify %s
static int main() { // expected-error {{'main' is not allowed to be declared static}}
}