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