1*67e74705SXin Li// RUN: %clang_cc1 -emit-llvm -o %t %s 2*67e74705SXin Li 3*67e74705SXin Li@interface Int1 @end 4*67e74705SXin Li 5*67e74705SXin Litypedef Int1 Int1Typedef; 6*67e74705SXin Li@compatibility_alias Int1Alias Int1Typedef; 7*67e74705SXin Li 8*67e74705SXin Li@implementation Int1Alias @end 9