blob: fc3ac591169acaacb04b967dee5cb4f21871770f [file] [log] [blame]
#include <list>
int main(int, char*[])
{
std::list<int>();
return 0;
}