llvm-project/lldb/packages/Python/lldbsuite/test/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;
}