// before
int32_t calculateValue(int32_t num){return num*2;}
int32_t calc_sum(int32_t a, int32_t b)
{
    return a + b;
}
