mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
1759f5e3bf
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69110 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
178 B
Objective-C
9 lines
178 B
Objective-C
// RUN: %llvmgcc -S %s -fobjc-abi-version=2 -emit-llvm -o - | grep {OBJC_CLASS_\$_A.*section.*__DATA, __objc_data}
|
|
// XTARGETS: darwin
|
|
|
|
@interface A
|
|
@end
|
|
|
|
@implementation A
|
|
@end
|