Forgor to also check in this change with r116337.

llvm-svn: 116340
This commit is contained in:
Johnny Chen 2010-10-12 21:24:25 +00:00
parent 22e051eef0
commit 6b66081626
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ int main (int argc, char const *argv[])
MyString *my = [[MyString alloc] initWithNSString:str];
NSLog(@"MyString instance: %@", [my description]);
id str_id = str;
id str_id = str; // Set break point at this line.
SEL sel = @selector(length);
BOOL responds = [str respondsToSelector:sel];
printf("sizeof(id) = %zu\n", sizeof(id));