language: C++ 4.7.2 (gcc-4.7.2)
date: 714 days 15 hours ago
link:
visibility: private
1
2
3
4
template< typename > class t;
 
template<> struct t< int > { int a; } r = { 3 };
 
prog.cpp:3: warning: unused variable ‘r’
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/../../../crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status