Changeset 2253 for src/Clight/test/goto-if.test.ma
- Timestamp:
- Jul 24, 2012, 7:40:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Clight/test/goto-if.test.ma
r1914 r2253 37 37 example e2: finishes_with (repr I32 0) ? ( 38 38 bind ? (snapshot state) (clight_to_cminor (simplify_program myprog')) 39 (λp1. bind ? (snapshot state) (cminor_to_rtlabs p1)40 (λp2. exec_up_to RTLabs_fullexec p2 1000 [ ]))).39 (λp1. let p2 ≝ cminor_to_rtlabs p1 in 40 exec_up_to RTLabs_fullexec p2 1000 [ ])). 41 41 normalize 42 42 %
Note: See TracChangeset
for help on using the changeset viewer.