1 // RUN: %clang_cc1 -no-opaque-pointers -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck %s
6 - (id)initSome:(Some *)anArg;
10 @interface Table <Proto>
13 @interface BetterTable: Table
15 - (id)initSome:(Some *)arg;
19 @implementation BetterTable
21 - (id)initSome:(Some *)arg {
23 if(self=[super initSome:arg])
27 // CHECK: load %struct._objc_class*, %struct._objc_class** getelementptr inbounds (%struct._objc_class, %struct._objc_class* @OBJC_CLASS_BetterTable, i32 0, i32 1)