llvm/lldb/test/API/python_api/target-arch-from-module/main.c

#include <stdio.h>
int main() {
  puts("HI i am a program");
  return 0;
}