llvm/lldb/test/API/python_api/address_range/main.cpp

void foo() {}
void bar() {}

int main() {
  foo();
  bar();
  return 0;
}