#include <testsuite_hooks.h>
int main()
{
using namespace __gnu_test;
namespace libcw {
namespace debug {
class memblk_types_manipulator_data_ct { };
}
template<typename T>
class omanip_id_tct { };
namespace {
template<typename T>
class compiler_bug_workaround {
public:
static std::vector<int> ids;
};
template<typename T>
std::vector<int> compiler_bug_workaround<T>::ids;
typedef std::vector<libcw::omanip_id_tct<libcw::debug::memblk_types_manipulator_data_ct> > vector_t;
compiler_bug_workaround<vector_t> dummy;
}
}
void g(void)
{
// Instantiation.
libcw::dummy.ids.size();
}
*/
verify_demangle("_ZGVN5libcw24_GLOBAL__N_cbll.cc0ZhUKa23compiler_bug_workaroundISt6vectorINS_13omanip_id_tctINS_5debug32memblk_types_manipulator_data_ctEEESaIS6_EEE3idsE", "guard variable for libcw::(anonymous namespace)::compiler_bug_workaround<std::vector<libcw::omanip_id_tct<libcw::debug::memblk_types_manipulator_data_ct>, std::allocator<libcw::omanip_id_tct<libcw::debug::memblk_types_manipulator_data_ct> > > >::ids");
return 0;
}