Changeset a55ebcc for tests/enum_tests
- Timestamp:
- Feb 5, 2024, 2:17:33 AM (11 months ago)
- Branches:
- master
- Children:
- 47bd204
- Parents:
- 020fa10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/enum_tests/structEnum.cfa
r020fa10 ra55ebcc 17 17 }; 18 18 19 PointEnum foo(PointEnum in) {20 return in;21 }19 // PointEnum foo(PointEnum in) { 20 // return in; 21 // } 22 22 23 23 // The only valid usage
Note: See TracChangeset
for help on using the changeset viewer.