llvm/lldb/test/API/commands/expression/radar_9673664/main.c

#include <stdio.h>

int main (int argc, char const *argv[])
{
    printf("Hello, world.\n"); // Set breakpoint here.
    
    return 0;
}