Changeset 66812dd for tests/operators.cfa
- Timestamp:
- Sep 27, 2020, 10:00:39 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0a19c51
- Parents:
- bd47f35
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/operators.cfa
rbd47f35 r66812dd 31 31 int main(int argc, char const *argv[]) { 32 32 /* code */ 33 return 0;33 printf( "done\n" ); // non-empty .expect file 34 34 } 35 35
Note: See TracChangeset
for help on using the changeset viewer.