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

source code of lldb/test/API/python_api/interpreter/main.c