llvm-project/clang/test/CXX/basic/basic.start/basic.start.main/p2h.cpp

6 lines
132 B
C++

// RUN: %clang_cc1 -fsyntax-only -verify %s
template<typename T>
int main() { } // expected-error{{'main' cannot be a template}}