Package Index Table of Contents
// 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++ ) {}
main() {
t174 t;
for ( t ; t<0 ;t++ ) {}
}