summaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/test.c')
-rw-r--r--src/or/test.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/or/test.c b/src/or/test.c
new file mode 100644
index 0000000000..294dfddea2
--- /dev/null
+++ b/src/or/test.c
@@ -0,0 +1,15 @@
+/* Copyright 2001,2002 Roger Dingledine, Matej Pfajfar. */
+/* See LICENSE for licensing information */
+/* $Id$ */
+
+int main(int c, char**v) {
+ return 0;
+}
+
+/*
+ Local Variables:
+ mode:c
+ indent-tabs-mode:nil
+ c-basic-offset:2
+ End:
+*/