1#include <stdio.h>
2
3int main (int argc, char const *argv[])
4{
5 printf(format: "Hello, world.\n"); // Set breakpoint here.
6
7 return 0;
8}
9

source code of lldb/test/API/commands/expression/radar_9673664/main.c