1 // RUN: %llvmgcc -c -w -m64 -mmacosx-version-min=10.5 %s -o /dev/null
4 @class NSDictionary, DSoBuffer, DSoDirectory, NSMutableArray;
5 @interface NSException {}
8 DSoDirectory *mDirectory;
11 @implementation DSoNode
12 - (void) _findRecordsOfTypes {
15 NSMutableArray *results;
17 dsGetRecordEntry([dbData dsDataBuffer], (void**)&recInfo);
19 [results addObject:37];
21 dsDeallocRecordEntry([mDirectory dsDirRef], recInfo);
23 } @catch(NSException * exception) {