opnsense-src/test/CXX/basic/basic.start/basic.start.main/p2e.cpp

5 lines
132 B
C++
Raw Normal View History

2009-10-14 14:03:49 -04:00
// RUN: clang-cc -fsyntax-only -verify %s
inline int main() { // expected-error {{'main' is not allowed to be declared inline}}
}