mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-26 05:41:14 +00:00
6 lines
76 B
C++
6 lines
76 B
C++
#include <list>
|
|
int main(int, char* [])
|
|
{
|
|
std::list<int>();
|
|
return 0;
|
|
}
|