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