1#include <stdio.h>
2
3int main(int argc, char const *argv[]) {
4 puts(s: "Hello address masking world"); // break here
5}
6

source code of lldb/test/API/python_api/process/address-masks/main.c