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
[clang] Fix implicit integer conversion for opaque enums declared in class templates...
[llvm-project.git]
/
lldb
/
test
/
API
/
commands
/
process
/
launch
/
print_env.cpp
blob
8c6df8ea01a4d8b0249b4c0bf7217ed72b3d7067
1
#include <stdio.h>
2
#include <string.h>
3
#include <stdlib.h>
4
5
int
main
(
int
argc
,
char
**
argv
)
6
{
7
char
*
evil
=
getenv
(
"EVIL"
);
8
9
return
0
;
// Set breakpoint here.
10
}