projects
/
platform
/
upstream
/
orc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d0bcb
)
Add needed file
author
David Schleef
<ds@schleef.org>
Tue, 31 Aug 2010 06:36:00 +0000
(23:36 -0700)
committer
David Schleef
<ds@schleef.org>
Tue, 31 Aug 2010 06:36:00 +0000
(23:36 -0700)
testsuite/orcc/test2.c
[new file with mode: 0644]
patch
|
blob
diff --git a/testsuite/orcc/test2.c
b/testsuite/orcc/test2.c
new file mode 100644
(file)
index 0000000..
eee43c8
--- /dev/null
+++ b/
testsuite/orcc/test2.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;
+}
+