brintos

brintos / llvm-project-archived public Read only

0
0
Text · 326 B · ba144e8 Raw
17 lines · plain
1// RUN: %clang_cc1 -triple x86_64-apple-macosx10.10 -emit-llvm -o - %s | FileCheck %s2 3@protocol P14- InstP;5+ ClsP;6@end7 8@interface INTF <P1>9@end10 11@implementation INTF12- InstP { return 0; }13+ ClsP  { return 0; }14@end15 16// CHECK: %struct._protocol_t = type { ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, i32, i32, ptr, ptr, ptr }17