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