llvm/lldb/test/API/api/listeners/main.c

#include <stdio.h>

int
main()
{
    printf ("Hello there.\n");
}