mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 16:56:39 +00:00
a5fd5b86f6
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80598 91177308-0d34-0410-b5e6-96231b3b80d8
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
|