Verify that ObjectFileELF's kalimba detection works regardless of the host platform. Change by Matthew Gardiner. llvm-svn: 213763
9 lines
95 B
C
9 lines
95 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
printf("Hello, world\n");
|
|
return 0;
|
|
}
|
|
|