blob: 8c6df8ea01a4d8b0249b4c0bf7217ed72b3d7067 [file] [log] [blame]
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int main (int argc, char **argv)
{
char *evil = getenv("EVIL");
return 0; // Set breakpoint here.
}