1#import <Foundation/Foundation.h>
2
3int main(void)
4{
5  NSDictionary *emptyDictionary = [[NSDictionary alloc] init];
6  return 0; //% self.expect("frame var emptyDictionary", substrs = ["0 key/value pairs"]);
7}
8