Revision 1bb8bec5c16cfeb35bea58e621e1bdf4ae7ceb7b authored by Bill Hoffman on 13 July 2008, 21:55:25 UTC, committed by Bill Hoffman on 13 July 2008, 21:55:25 UTC
1 parent b7e5326
Raw File
TestForSTDNamespace.cxx
#include <list>
int main(int, char*[])
{ 
  std::list<int>();
  return 0;
}
back to top