1#include <stdio.h>
2#include <string.h>
3#include <stdlib.h>
4
5int main (int argc, char **argv)
6{
7 char *evil = getenv(name: "EVIL");
8
9 return 0; // Set breakpoint here.
10}
11

source code of lldb/test/API/commands/process/launch/print_env.cpp