ultimatepp/autotst/leaks/leaks.cpp
cxl 304ede9e86 .autotst
git-svn-id: svn://ultimatepp.org/upp/trunk@7142 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-02 18:36:56 +00:00

8 lines
94 B
C++

#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
new String[2000];
}