1int b_function(int input) {
2 return input * 2;
3}
4

source code of lldb/test/API/python_api/module_section/b.cpp