commit | 4a31472fc4b3774025e8dc760269e07092d47f2f | [log] [tgz] |
---|---|---|
author | eli.bendersky <devnull@localhost> | Fri Dec 10 07:19:31 2010 +0200 |
committer | eli.bendersky <devnull@localhost> | Fri Dec 10 07:19:31 2010 +0200 |
tree | 5fdc52251f3255b194b1d97e85df26520c03a630 | |
parent | b2059b899bf7b9159dbb7a245bc4c1939dd3716b [diff] [blame] |
The name of a NamedInitializer node was turned into a sequence of nodes instead of an attribute, to make it discoverable by the AST node visitor. for issue 15
diff --git a/z_test.py b/z_test.py index 7ac00e1..e254bf9 100644 --- a/z_test.py +++ b/z_test.py
@@ -49,6 +49,9 @@ source_code = """ int main() { + const union blahunion tt = { + .joe = {0, 1}, + .boo.bar[2] = 4}; p++; int a; }