mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-19 12:42:26 -04:00
7 lines
76 B
C++
7 lines
76 B
C++
#include <list>
|
|
int main(int, char*[])
|
|
{
|
|
std::list<int>();
|
|
return 0;
|
|
}
|