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

4 lines
134 B
C++

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