// RUN: %clang_cc1 -std=c++11 -verify %s
// The implicit specialization of a class template specialuzation causes the
// implicit instantiation of the declarations, but not the definitions or
// default arguments, of:
// FIXME: Many omitted cases
// - scoped member enumerations
// - static data members
// And it cases the implicit instantiations of the definitions of:
// - unscoped member enumerations
// FIXME:
//- - member anonymous unions