documentation & updates for 1.08
diff --git a/z_test.py b/z_test.py
index 59400aa..7ac00e1 100644
--- a/z_test.py
+++ b/z_test.py
@@ -49,12 +49,8 @@
     source_code = """

     int main()

     {

+        p++;

         int a;

-        struct joe {

-            int :6;

-            int blbl:2;

-        } kwa;

-        a = sizeof(int());

     }

     """