commit | 75092b3d6c3021ddd0b0b62d80d1d35f919b31dd | [log] [tgz] |
---|---|---|
author | eli.bendersky <devnull@localhost> | Fri Feb 04 09:03:28 2011 +0200 |
committer | eli.bendersky <devnull@localhost> | Fri Feb 04 09:03:28 2011 +0200 |
tree | 7b0d1aeac1fdc10defc911fad7eb96b4725d031e | |
parent | c51e1d37198975dd87098e360271199a2c058bea [diff] [blame] |
todo update
diff --git a/z_test.py b/z_test.py index 3a914f2..9588027 100644 --- a/z_test.py +++ b/z_test.py
@@ -60,10 +60,11 @@ """ source_code = """ - int main() { - int foo, bar;;; - float sdf; - } + union + { + long sa; + int sb; + }; """ #--------------- Lexing