aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/template31.C
blob: 06c55cb53e202390f323b77177a696e104137e5e (plain)
1
2
3
4
5

using std::vector;
template class std::__malloc_alloc_template<0>;
template class std::__default_alloc_template<false, 0>;
int main(int argc, char**argv)   {