1void foo() {}
2void bar() {}
3
4int main() {
5 foo();
6 bar();
7 return 0;
8}
9

source code of lldb/test/API/python_api/address_range/main.cpp