[ERROR]
A template was instantiated from an incomplete class.
template<class S> struct A;
A<int, int> a; // error
The template to be instantiated must be of a defined class.