[DISABLE, INFORMATION , WARNING, ERROR]
A class was instantiated from a template.
template<class S> struct A {
S s;
};
A<int> a; // information