Changeset e7fdd76 for tests/coroutine
- Timestamp:
- Apr 20, 2019, 3:21:50 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ab87ab5
- Parents:
- 0efb269
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/coroutine/devicedriver.cfa ¶
r0efb269 re7fdd76 10 10 // Created On : Sat Mar 16 15:30:34 2019 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Mar 19 15:59:06201913 // Update Count : 8712 // Last Modified On : Sat Apr 20 09:07:19 2019 13 // Update Count : 90 14 14 // 15 15 … … 67 67 char msg[65], byte; 68 68 Driver driver = { msg }; 69 70 sin | nlOn; // read newline (all) characters 69 71 eof: for () { // read until end of file 70 72 sin | byte; // read one character
Note: See TracChangeset
for help on using the changeset viewer.