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
/
global_ptrs
/
main.m
blob
977a984e06e094dd774b5cfc9884c63ebc596dc6
1
#import <Foundation/Foundation.h>
2
3
id g_obj_ptr = nil;
4
5
int
6
main()
7
{
8
g_obj_ptr = @"Some NSString";
9
NSLog(@"My string was %@.", g_obj_ptr);
10
return 0;
11
}