summaryrefslogtreecommitdiffstats
path: root/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.c
blob: 8c804005afe3efeb0d95bcd8cc2c09f88c5e61c6 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int main(int argc, char **argv)
{
	printf("Hello, world\n");
	return 0;
}

OpenPOWER on IntegriCloud