bolt/deps/llvm-18.1.8/lldb/test/API/lang/objc/objc-runtime-ivars/main.m

11 lines
481 B
Mathematica
Raw Normal View History

2025-02-14 19:21:04 +01:00
#import <Foundation/Foundation.h>
int main ()
{
@autoreleasepool
{
NSLog(@"Hello"); //% self.expect("expression -- *((NSConcretePointerArray*)[NSPointerArray strongObjectsPointerArray])", DATA_TYPES_DISPLAYED_CORRECTLY, substrs = ["count", "capacity", "options", "mutations"]);
//% self.expect("expression -- ((NSConcretePointerArray*)[NSPointerArray strongObjectsPointerArray])->count", DATA_TYPES_DISPLAYED_CORRECTLY, substrs = ["unsigned"]);
}
}