summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/compatibility-alias.m
blob: 11e5a27ab7135b5edd873f878b1e5990ecd949c6 (plain)
1
2
3
4
5
6
7
8
// RUN: clang-cc -emit-llvm -o %t %s

@interface Int1 @end

typedef Int1 Int1Typedef;
@compatibility_alias Int1Alias Int1Typedef;

@implementation Int1Alias @end
OpenPOWER on IntegriCloud