]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/lang/objc/objc-foundation-dictionary-empty/main.m
Vendor import of lldb trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / lang / objc / objc-foundation-dictionary-empty / main.m
1 #import <Foundation/Foundation.h>
2
3 int main(void)
4 {
5   NSDictionary *emptyDictionary = [[NSDictionary alloc] init];
6   return 0; //% self.expect("frame var emptyDictionary", substrs = ["0 key/value pairs"]);
7 }