Changes in / [ffc1689:a647941]


Ignore:
Location:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/forall.txt

    rffc1689 ra647941  
    1 forall.cfa:244:25: warning: Compiled
     1forall.cfa:242:25: warning: Compiled
  • tests/forall.cfa

    rffc1689 ra647941  
    1 //
     1// 
    22// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
    33//
    44// The contents of this file are covered under the licence agreement in the
    55// file "LICENCE" distributed with Cforall.
    6 //
    7 // forall.cfa --
    8 //
     6// 
     7// forall.cfa -- 
     8// 
    99// Author           : Peter A. Buhr
    1010// Created On       : Wed May  9 08:48:15 2018
     
    1212// Last Modified On : Sat Jun  5 10:06:08 2021
    1313// Update Count     : 36
    14 //
     14// 
    1515
    1616void g1() {
     
    172172}
    173173
    174 forall( T | { T ?+?( T, T ); } ) forall( S | { T ?+?( T, S ); } )
     174forall( T | { T ?+?( T, T ); } ) forall( S | { T ?+?( T, S ); } ) 
    175175struct XW { T t; };
    176176XW(int,int) xww;
Note: See TracChangeset for help on using the changeset viewer.