summaryrefslogtreecommitdiff
path: root/old/llvmtests/hello.c
blob: a08b0c260930d79cbbf5cd554827ed03b86fd0cd (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main( void )
{
	puts( "hello" );
	return 0;
}