summaryrefslogtreecommitdiffstats
path: root/lib/libkse/test/hello_b.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/test/hello_b.c')
-rw-r--r--lib/libkse/test/hello_b.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libkse/test/hello_b.c b/lib/libkse/test/hello_b.c
new file mode 100644
index 0000000..2eefa7f
--- /dev/null
+++ b/lib/libkse/test/hello_b.c
@@ -0,0 +1,13 @@
+/****************************************************************************
+ *
+ * Back end C programs can be anything compilable.
+ *
+ * $FreeBSD$
+ *
+ ****************************************************************************/
+
+int
+main()
+{
+ return 0;
+}
OpenPOWER on IntegriCloud