Changes in src/tests/ifcond.c [d56cc219:a01f7c94]
- File:
-
- 1 edited
-
src/tests/ifcond.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/ifcond.c
rd56cc219 ra01f7c94 9 9 // Author : Peter A. Buhr 10 10 // Created On : Sat Aug 26 10:13:11 2017 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Sat Jun 2 09:55:02 201813 // Update Count : 1 511 // Last Modified By : Rob Schluntz 12 // Last Modified On : Fri Sep 01 15:22:19 2017 13 // Update Count : 14 14 14 // 15 15 … … 40 40 sout | "x != y incorrect" | endl; 41 41 } // if 42 43 if ( struct S { int i; } s = { 3 }; s.i < 4 ) {44 sout | "s.i < 4 correct" | endl;45 } else {46 sout | "s.i >= 4 incorrect" | endl;47 } // if48 42 } // main 49 43
Note:
See TracChangeset
for help on using the changeset viewer.