1#include <cstdint>
2int main () {
3 int32_t myvar = -1;
4 return myvar; // break here
5}
6

source code of lldb/test/API/python_api/get-value-32bit-int/main.cpp