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