llvm/lldb/test/API/python_api/process/address-masks/main.c

#include <stdio.h>

int main(int argc, char const *argv[]) {
  puts("Hello address masking world"); // break here
}