blob: 0982a90b708c575cccacbb42190b60f0cf584743 [file] [log] [blame]
// RUN: clang -emit-llvm -o %t %s
@interface Int1 @end
typedef Int1 Int1Typedef;
@compatibility_alias Int1Alias Int1Typedef;
@implementation Int1Alias @end