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
[AMDGPU] Add True16 register classes.
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
objcxx
/
cxx-bridged-po
/
main.mm
blob
e376456033f22cc6c3a59f2234f2d6d10e629017
1
#include <CoreFoundation/CoreFoundation.h>
2
3
void stop() {}
4
5
int main(int argc, char **argv)
6
{
7
int value = 42;
8
CFNumberRef num;
9
num = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &value);
10
stop(); // break here
11
return 0;
12
}