blob: 14a792b3776d08b5c5a439d2fc1d72e92ff61dc1 [file] [log] [blame]
#import <Foundation/Foundation.h>
int main(void)
{
NSDictionary *emptyDictionary = [[NSDictionary alloc] init];
return 0; //% self.expect("frame var emptyDictionary", substrs = ["0 key/value pairs"]);
}