language: C++ 4.7.2 (gcc-4.7.2)
date: 713 days 0 hours ago
link:
visibility: private
1
2
3
4
template< typename > class t;
 
template<> struct t< int > { int a; } r, s;
 
prog.cpp:3: error: expected `;' before ‘,’ token
prog.cpp:3: warning: unused variable ‘r’