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

9 lines
95 B
C++

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