opnsense-src/test/CXX/basic/basic.start/basic.start.main/p2d.cpp
2009-10-14 18:03:49 +00:00

4 lines
132 B
C++

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