Googlecode issue #87: improve error reporting for parse errors to contain
columns.
diff --git a/z_test.py b/z_test.py
index 57c1a19..a87a9ae 100644
--- a/z_test.py
+++ b/z_test.py
@@ -96,7 +96,7 @@
     #--------------- Parsing
     source_code = r'''
     typedef int int8_t;
-    typedef signed char int8_t;
+    kw*
     
     
     '''