llvm/lldb/test/API/python_api/module_section/b.cpp

int b_function(int input) {
    return input * 2;
}