repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
objc
/
objc-foundation-dictionary-empty
/
main.m
blob
14a792b3776d08b5c5a439d2fc1d72e92ff61dc1
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
}