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

5 lines
134 B
C++
Raw Normal View History

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