#include using namespace Upp; int x; thread__ int *alfa[10] = { &x, &x }; CONSOLE_APP_MAIN { Any alpha; alpha.Create(); if(alpha.Is()) RLOG("int"); if(alpha.Is()) RLOG("int"); }