1 2 3 4 | template< typename > class t; template<> struct t< int > { int a; } r, s; |
dGVtcGxhdGU8IHR5cGVuYW1lID4gY2xhc3MgdDsKCnRlbXBsYXRlPD4gc3RydWN0IHQ8IGludCA+IHsgaW50IGE7IH0gciwgczsK
prog.cpp:3: error: expected `;' before ‘,’ token prog.cpp:3: warning: unused variable ‘r’
-
result: Compilation error (maybe you wish to see an example for C++ 4.7.2)


