blob: 2e04d7eaecb1b803a4af8bd8aa4432c03987e5d5 [file] [log] [blame]
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00001// RUN: clang-cc -fobjc-gc -triple x86_64-apple-darwin -O0 -S %s -o %t-64.s
2// RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
Fariborz Jahanian6d9eae62009-08-24 21:55:06 +00003
4@interface NSObject {
5 id isa;
6}
7@end
8
9@interface AllPointers : NSObject {
10 id foo;
11 void *__strong bar; NSObject *bletch;}
12@end
13@implementation AllPointers
14@end
15
16// CHECK-LP64: L_OBJC_CLASS_NAME_6:
17// CHECK-LP64-NEXT: .asciz "\004"