Ignore:
Timestamp:
Aug 5, 2024, 9:31:08 AM (20 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
f6d2e9b
Parents:
c588acb (diff), 7db4fcd4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/ctrl-flow/loopctrl.cfa

    rc588acb rcc077f4  
    8383
    8484        enum(int) E { A, B, C, D };
    85 //      for ( E e; A ~= C ) { sout | e; } sout | nl;
    86 //      for ( e; A ~= D ) { sout | e; } sout | nl;
    87 //      for ( e; A -~= D ~ 2 ) { sout | e; } sout | nl;
     85        for ( E e; A ~= C ) { sout | e; } sout | nl;
     86        for ( e; A ~= D ) { sout | e; } sout | nl;
     87        for ( e; A -~= D ~ 2 ) { sout | e; } sout | nl;
    8888        for ( e; E ) { sout | e; } sout | nl;
    8989        for ( e; -~= E ) { sout | e; } sout | nl;
Note: See TracChangeset for help on using the changeset viewer.