blob: b3976d6458444bc8687303da1d834e68e68ae60f [file] [log] [blame]
// RUN: clang-cc -triple x86_64-unknown-unknown -emit-llvm -o %t %s
@interface BASE {
@private
void* _reserved;
}
@end
@class PVR;
@interface PVRHandldler
{
PVR *_imageBrowser;
}
@end
@implementation PVRHandldler @end
@interface PVR : BASE
@end
@implementation PVR
@end