Fix issue #27: handle unified wstring literals properly
diff --git a/z.py b/z.py
index 2756c2f..9031e03 100644
--- a/z.py
+++ b/z.py
@@ -76,8 +76,7 @@
 
 if __name__ == "__main__":
     source_code = r'''void foo() {
-for(int z=0; z<4; z++){
-}
+    L"hi" L"there";
 }
     '''