summaryrefslogtreecommitdiffstats
path: root/tests/omrelp_dflt_port.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/omrelp_dflt_port.c')
-rw-r--r--tests/omrelp_dflt_port.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/omrelp_dflt_port.c b/tests/omrelp_dflt_port.c
new file mode 100644
index 0000000..4734057
--- /dev/null
+++ b/tests/omrelp_dflt_port.c
@@ -0,0 +1,9 @@
+#include "config.h"
+#include <stdio.h>
+
+int
+main(int __attribute__((unused)) argc, char * __attribute__((unused)) argv[])
+{
+ printf("%s", RELP_DFLT_PT);
+ return 0;
+}