xref: /llvm-project/lldb/test/API/python_api/process/address-masks/main.c (revision 9a12b0a60084b2b92f728e1bddec884a47458459)
1 #include <stdio.h>
2 
3 int main(int argc, char const *argv[]) {
4   puts("Hello address masking world"); // break here
5 }
6