1. remove redundant code
2. fix spacing issue in empty type declarations
diff --git a/z_test.py b/z_test.py
index 5935b20..dd8c5b0 100644
--- a/z_test.py
+++ b/z_test.py
@@ -76,7 +76,7 @@
 

 if __name__ == "__main__":    

     source_code = """

-    typedef int POINT;

+    typedef long int POINT;

     typedef int HWND;

     typedef int UINT;

     typedef int ULONG_PTR;