repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Workflow] Try to fix code-formatter failing to find changes in some cases.
[llvm-project.git]
/
lldb
/
unittests
/
SymbolFile
/
DWARF
/
Inputs
/
test-dwarf.cpp
blob
a987e6a9a363eb54bc6de9975076fa761d78ef49
1
// Compile with "cl /c /Zi /GR- test.cpp"
2
// Link with "link test.obj /debug /nodefaultlib /entry:main /out:test.exe"
3
4
int
__cdecl
_purecall
(
void
) {
return
0
; }
5
6
int
main
(
int
argc
,
char
**
argv
) {
return
0
; }