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; if ( t ) {} while (t ) {}
main() {
t174 t;
if ( t ) {}
while (t ) {}
}