1#import <Foundation/Foundation.h>
2int main() {
3 id n1 = [NSNumber numberWithInt:1];
4 printf("%x\n", n1); // break here
5 return 0;
6}
7

source code of lldb/test/API/lang/objc/tagged-pointer/main.m