99451b44创建于 2020年2月12日历史提交
#import <Foundation/Foundation.h>

int main(void)
{
  NSDictionary *emptyDictionary = [[NSDictionary alloc] init];
  return 0; //% self.expect("frame var emptyDictionary", substrs = ["0 key/value pairs"]);
}