Changeset d8e2a09 for tests/enum_tests
- Timestamp:
- Apr 10, 2022, 10:06:55 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 5bb1ac1
- Parents:
- 92538ab
- Location:
- tests/enum_tests
- Files:
-
- 3 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/enum_tests/typedIntEnum.cfa
r92538ab rd8e2a09 7 7 8 8 int main() { 9 printf("zero: %d, one: %d 9 printf("zero: %d, one: %d\n", zero, one); 10 10 return 0; 11 11 }
Note: See TracChangeset
for help on using the changeset viewer.