llvm-project/lldb/test/python_api/module_section/c.cpp

4 lines
52 B
C++

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