opnsense-src/test/CXX/basic/basic.start/basic.start.main/p2d.cpp
2010-01-01 10:34:51 +00:00

4 lines
134 B
C++

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