[ create a new paste ] login | about

Link: http://codepad.org/2QbAU7bI    [ raw code | output | fork ]

C++, pasted on Aug 7:
1
2
3
4
5
template <template <class B> class A>
struct T
{
   A<int> x;
};


Output:
1
2
In function `_start':
undefined reference to `main'


Create a new paste based on this one


Comments: