1#include <stdio.h>
2static int var = 5;
3int main ()
4{
5 printf (format: "%p is %d\n", &var, var); // break on this line
6 return ++var;
7}
8

source code of lldb/test/API/macosx/add-dsym/main.c