Changeset 8705a11


Ignore:
Timestamp:
Feb 21, 2025, 11:45:00 AM (7 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
4be0117
Parents:
d923fca
Message:

Added a test to check enumerations based on trac#46, which has been solved for a while, so that it may be closed.

Location:
tests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/enum.cfa

    rd923fca r8705a11  
    1 //Testing enum declaration
     1// Testing the use of C enumerations in Cforall.
     2
     3// Testing enum declaration
    24enum Colours {
    35        Red,
Note: See TracChangeset for help on using the changeset viewer.