mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 13:36:26 +00:00
![Vedant Kumar](/assets/img/avatar_default.png)
This reverts commit the revert commit r277627. The build errors mentioned in r277627 were likely caused by an unclean build directory. Sorry for the noise. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277630 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
!<arch>
|
|
hello.c 1444941273 124 0 Feed 102 `
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
int
|
|
main()
|
|
{
|
|
printf("Hello World\n");
|
|
return EXIT_SUCCESS;
|
|
}
|