Changeset 49a1684


Ignore:
Timestamp:
May 2, 2022, 4:42:26 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
39d9b32, a647941
Parents:
24ceace
Message:

Commented problematic line in forall test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/forall.cfa

    r24ceace r49a1684  
    4545}
    4646
    47 typedef forall ( T ) int (* f)( int );
     47// commented this out since it is not clearly meaningful
     48// and not really representable in the ast
     49// typedef forall ( T ) int (* f)( int );
    4850
    4951forall( T )
Note: See TracChangeset for help on using the changeset viewer.