From eaec4e3b5c73c4ebb47d4b3825ab5b2e2883302f Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 30 Aug 2010 23:37:01 -0700 Subject: [PATCH] Add needed file (again) --- testsuite/orcc/test3.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testsuite/orcc/test3.c 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 + +int +main (int argc, char *argv[]) +{ + + /* This is mostly just to test that compilation works */ + + return 0; +} + -- 2.7.4