12 lines · c
1@import LayeredKitImpl;2 3// @interface declarations already don't inherit attributes from forward 4// declarations, so in order to test this properly we have to /not/ define5// UpwardClass anywhere.6 7// @interface UpwardClass8// @end9 10@protocol UpwardProto11@end12