mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
9 lines
178 B
Mathematica
9 lines
178 B
Mathematica
|
// 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
|