Files
clang-p2996/lldb/test/functionalities/object-file/bin/hello.c
Todd Fiala 002fb104bd Add kalimba architecture checking to TestImageListMultiArchitecture
Verify that ObjectFileELF's kalimba detection works regardless
of the host platform.

Change by Matthew Gardiner.

llvm-svn: 213763
2014-07-23 15:16:35 +00:00

9 lines
95 B
C

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