Files
test/testVC_ENV_CL/testVC_ENV_CL.cpp
2012-12-06 21:43:03 +04:00

17 lines
227 B
C++

// testVC_ENV_CL.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
#ifdef VAHAGN
puts("VAHAGN_EXPERIMENT");
#else
puts("kkkkkk");
#endif
return 0;
}