fixed some more testapps
[libfirm] / ir / be / test / compress95.c
index cae9929..510042b 100644 (file)
@@ -76,6 +76,9 @@ char_type magic_header[] = { "\037\235" };    /* 1F 9D */
  *
  * $Header$
  * $Log$
+ * Revision 1.1  2006/03/17 14:47:52  chriswue
+ * added addtional test file
+ *
  * Revision 1.3  90/07/18  20:22:34  mips
  * a few small changes for VMS, all of the ifdef VAX is gone.
  *
@@ -1164,3 +1167,8 @@ int n;
        for( i=0; i<n; i++ )
                *OutBuff++ = buf[i];
 }
+
+int main()
+{
+    return 0;
+}