summaryrefslogtreecommitdiff
path: root/src/ipcp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcp/main.c')
-rw-r--r--src/ipcp/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ipcp/main.c b/src/ipcp/main.c
new file mode 100644
index 00000000..19397260
--- /dev/null
+++ b/src/ipcp/main.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+int main()
+{
+ printf("Test of the IPCP\n");
+
+ return 0;
+}