int sum()

in third-party-dependencies/my_lib.cpp [4:7]


    int sum( int left, int right )
    {
        return left + right;
    }