static const int MY_CONST_ONE = 1;
static const int MY_CONST_TWO = MY_CONST_ONE;

int main()
{
    return 0;
}