mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
e27967371c
llvm-svn: 80598
10 lines
196 B
Objective-C
10 lines
196 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
|
|
// XTARGET: darwin
|
|
|
|
@interface A
|
|
@end
|
|
|
|
@implementation A
|
|
@end
|