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

int c_function(int input) {
    return input * 3;
}