Changeset c333ed2 for tests/enum_tests
- Timestamp:
- May 7, 2024, 7:04:17 PM (7 months ago)
- Branches:
- master
- Children:
- 0b6c1c9
- Parents:
- 164a6b6
- Location:
- tests/enum_tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/enum_tests/.expect/voidEnum.txt
r164a6b6 rc333ed2 1 Not Equal 1 Two different Opague Enum Should not be the same: 2 a and b are Not Equal 3 Default Output: 2 4 0 3 5 1 6 a 7 b -
tests/enum_tests/structEnum.cfa
r164a6b6 rc333ed2 17 17 }; 18 18 19 // PointEnum foo(PointEnum in) {20 //return in;21 //}19 PointEnum identity(PointEnum in) { 20 return in; 21 } 22 22 23 23 // The only valid usage
Note: See TracChangeset
for help on using the changeset viewer.