ultimatepp/uppdev/system/system.cpp
cxl f09bb52552 syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1327 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-06-22 20:55:56 +00:00

10 lines
121 B
C++

#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
#if __SIZEOF_POINTER__ == 8
Cout() << "64\n";
#endif
}