commit | 38ed9a9f24057b1f87c9d0a4f199d6a5a869a258 | [log] [tgz] |
---|---|---|
author | eli.bendersky <devnull@localhost> | Sat Oct 09 09:29:59 2010 +0200 |
committer | eli.bendersky <devnull@localhost> | Sat Oct 09 09:29:59 2010 +0200 |
tree | 8b74f221a934665895042d3601c0619ec5c856ea | |
parent | 0e0a71ff5068dc84fb61dea7329a7bce7e9b7409 [diff] [blame] |
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()); } """