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