summaryrefslogtreecommitdiffstats
path: root/src/internal/xcoff/testdata/printhello.c
blob: 182aa09728abc457d8eab9c25ccb481a0f0649ff (plain)
1
2
3
4
5
#include <stdio.h>

void printhello(){
	printf("Helloworld\n");
}