Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
938332c657390d1e782e0adc03b092993edae962
/
.
/
test
/
CodeGenObjC
/
compatibility-alias.m
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