Changeset aba20d2 for tests/io2.cfa
- Timestamp:
- Jun 17, 2019, 1:09:41 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 800bae1, 9d5089e
- Parents:
- 8b34df0 (diff), b4d34fa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/io2.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/io2.cfa
r8b34df0 raba20d2 10 10 // Created On : Wed Mar 2 16:56:02 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Jun 9 08:07:42201913 // Update Count : 1 1712 // Last Modified On : Thu Jun 13 16:43:14 2019 13 // Update Count : 120 14 14 // 15 15 … … 49 49 in | f | d | ld; // floating point 50 50 in | fc | dc | ldc; // floating-point complex 51 in | cstr( s1 ) | wd( size, cstr( s2 ) );// C string, length unchecked and checked51 in | s1 | wdi( size, s2 ); // C string, length unchecked and checked 52 52 sout | nl; 53 53
Note:
See TracChangeset
for help on using the changeset viewer.