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