brintos

brintos / llvm-project-archived public Read only

0
0
Text · 481 B · 1f5a9b0 Raw
11 lines · plain
1#import <Foundation/Foundation.h>2 3int main ()4{5  @autoreleasepool6  {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