summaryrefslogtreecommitdiff
path: root/lib/replace/test/simple.c
blob: e60b68f275d45f7fbda3656f0a5d8439f24944db (plain)
1
2
3
4
5
6
7
8
/* simple program to make sure the compiler is OK */
#include <stdio.h>

int main(void)
{
	printf("Hello world\n");
	return 0;
}