mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
4153589196
llvm-svn: 69140
10 lines
197 B
Objective-C
10 lines
197 B
Objective-C
// RUN: %llvmgcc -S %s -fobjc-abi-version=2 -emit-llvm -o %t
|
|
// RUN: grep {OBJC_CLASS_\\\$_A.*section.*__DATA, __objc_data.*align} %t
|
|
// XTARGETS: darwin
|
|
|
|
@interface A
|
|
@end
|
|
|
|
@implementation A
|
|
@end
|