Changeset aca0d2f for tests/forall.cfa


Ignore:
Timestamp:
Feb 24, 2023, 3:14:15 PM (18 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
421703e
Parents:
257a8f5
git-author:
Peter A. Buhr <pabuhr@…> (02/24/23 15:07:09)
git-committer:
Peter A. Buhr <pabuhr@…> (02/24/23 15:14:15)
Message:

make anonymous struct declaration static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/forall.cfa

    r257a8f5 raca0d2f  
    1010// Created On       : Wed May  9 08:48:15 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Feb  5 07:54:43 2023
    13 // Update Count     : 90
     12// Last Modified On : Thu Feb 23 20:29:59 2023
     13// Update Count     : 91
    1414//
    1515
     
    195195
    196196forall( T ) struct S { T t; } (int) x, y, z;
    197 forall( T ) struct { T t; } (int) a, b, c;
     197static forall( T ) struct { T t; } (int) a, b, c;
    198198
    199199forall( T ) static forall( S ) {
Note: See TracChangeset for help on using the changeset viewer.