mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-01-23 20:34:36 +08:00
7 lines
75 B
C++
7 lines
75 B
C++
#include <list>
|
|
int main(int, char*[])
|
|
{
|
|
std::list<int>();
|
|
return 0;
|
|
}
|