| Current Path : /proc/thread-self/root/proc/self/root/usr/share/cmake/Modules/ |
| Current File : //proc/thread-self/root/proc/self/root/usr/share/cmake/Modules/TestForSTDNamespace.cxx |
#include <list>
int main(int, char*[])
{
std::list<int>();
return 0;
}