mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 17:51:07 -04:00
6 lines
132 B
C++
6 lines
132 B
C++
|
|
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
||
|
|
|
||
|
|
template<typename T>
|
||
|
|
int main() { } // expected-error{{'main' cannot be a template}}
|
||
|
|
|