Ignore:
Timestamp:
2012-08-07T05:00:41Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ad5c8a48
Parents:
a8be91a
Message:

Bithenge: search for current node members in outer scopes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/bithenge/test-repeat.bh

    ra8be91a rc12b2ae  
    33        .one <- repeat(1) { uint8 };
    44        .count <- uint8;
    5         .many <- repeat(.count) { uint8 };
     5        if (true) { # test whether .count is still accessible
     6                .many <- repeat(.count) { uint8 };
     7        }
    68};
    79
Note: See TracChangeset for help on using the changeset viewer.