Add needed file (again)
authorDavid Schleef <ds@schleef.org>
Tue, 31 Aug 2010 06:37:01 +0000 (23:37 -0700)
committerDavid Schleef <ds@schleef.org>
Tue, 31 Aug 2010 06:37:01 +0000 (23:37 -0700)
testsuite/orcc/test3.c [new file with mode: 0644]

diff --git a/testsuite/orcc/test3.c b/testsuite/orcc/test3.c
new file mode 100644 (file)
index 0000000..eee43c8
--- /dev/null
@@ -0,0 +1,12 @@
+
+#include <stdio.h>
+
+int
+main (int argc, char *argv[])
+{
+
+  /* This is mostly just to test that compilation works */
+
+  return 0;
+}
+