Sign in
llvm
/
llvm-project
/
clang
/
a02690efdad6df0a2756e08b5ca71f0b195d7713
/
.
/
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