| 1 | #import <Foundation/Foundation.h> |
|---|---|
| 2 | |
| 3 | int main () |
| 4 | { |
| 5 | @autoreleasepool |
| 6 | { |
| 7 | NSLog(@"Hello"); //% self.expect("expression -- *((NSConcretePointerArray*)[NSPointerArray strongObjectsPointerArray])", DATA_TYPES_DISPLAYED_CORRECTLY, substrs = ["count", "capacity", "options", "mutations"]); |
| 8 | //% self.expect("expression -- ((NSConcretePointerArray*)[NSPointerArray strongObjectsPointerArray])->count", DATA_TYPES_DISPLAYED_CORRECTLY, substrs = ["unsigned"]); |
| 9 | } |
| 10 | } |
| 11 |
