summaryrefslogtreecommitdiffstats
path: root/tests/omrelp_dflt_port.c
blob: 47340575c7f409294a9dd112ba2e67ee7e5a97a2 (plain)
1
2
3
4
5
6
7
8
9
#include "config.h"
#include <stdio.h>

int
main(int __attribute__((unused)) argc, char * __attribute__((unused)) argv[])
{
	printf("%s", RELP_DFLT_PT);
	return 0;
}