Current File : //usr/share/cmake3/Modules/TestForSTDNamespace.cxx
#include <list>
int main(int, char* [])
{
  std::list<int>();
  return 0;
}