Abraxas/ECS C++ Home Table of Contents
ABRAXAS SOFTWARE - CodeCheck ECS C++ Test-Suite ECS C++.ECS C++-C Test Suite for Module - 174.cpp
// 174. Do not name files containing tests or examples the same as template header file names.
template class t174;
Function Name: main()
main() {
t174 t;
for ( t ; t<0 ;t++ ) {}
}
Abraxas/ECS C++ Home Table of Contents
ABRAXAS SOFTWARE - CodeCheck ECS C++ Test-Suite ECS C++