mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-05 03:00:36 +00:00
9 lines
119 B
C++
9 lines
119 B
C++
#include <string>
|
|
int main(int argc, char* argv[])
|
|
{
|
|
#ifndef __GLIBCXX__
|
|
int x[-1];
|
|
#endif
|
|
return 0;
|
|
}
|