llvm-project/lldb/test/API/functionalities/object-file/bin/hello.c

9 lines
95 B
C

#include <stdio.h>
int main(int argc, char **argv)
{
printf("Hello, world\n");
return 0;
}