summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-08-30 23:37:01 -0700
committerDavid Schleef <ds@schleef.org>2010-08-30 23:37:01 -0700
commiteaec4e3b5c73c4ebb47d4b3825ab5b2e2883302f (patch)
tree0a0a9380d3e8cfc66d1f9afccd1051d106442691
parent7cc07e90626116500538a6cf78b34e86482ebef2 (diff)
Add needed file (again)
-rw-r--r--testsuite/orcc/test3.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/orcc/test3.c b/testsuite/orcc/test3.c
new file mode 100644
index 0000000..eee43c8
--- /dev/null
+++ b/testsuite/orcc/test3.c
@@ -0,0 +1,12 @@
+
+#include <stdio.h>
+
+int
+main (int argc, char *argv[])
+{
+
+ /* This is mostly just to test that compilation works */
+
+ return 0;
+}
+