bolt/deps/llvm-18.1.8/lldb/test/API/lang/objc/objc-foundation-dictionary-empty/main.m

8 lines
208 B
Mathematica
Raw Normal View History

2025-02-14 19:21:04 +01:00
#import <Foundation/Foundation.h>
int main(void)
{
NSDictionary *emptyDictionary = [[NSDictionary alloc] init];
return 0; //% self.expect("frame var emptyDictionary", substrs = ["0 key/value pairs"]);
}