summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/binaries/debug-symbols/detached/legacy-debug/build-spec/orig/libhello.c
blob: e2f840962175807480c21e7ce8b4123342ac992d (plain)
1
2
3
4
5
6
7
#include <stdio.h>

void
hello(void)
{
	printf("Hello, World!\n");
}