|
1 |
| -return code: 125 |
| 1 | +return code: 1 |
2 | 2 | tests/cn/array_shift_mismatch.error.c:8:19: warning: annotation on array_shift suggests p has type void* but it has type signed int*.
|
3 | 3 | ptr_eq(return,array_shift<void>(p, 1u64));
|
4 | 4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
|
5 |
| -internal error: size_of_ctype applied to void |
6 |
| -cn: internal error, uncaught exception: |
7 |
| - Failure("internal error: size_of_ctype applied to void") |
8 |
| - Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 |
9 |
| - Called from Cn__Solver.translate_term in file "lib/solver.ml", line 947, characters 32-57 |
10 |
| - Called from Cn__Solver.translate_term in file "lib/solver.ml", line 753, characters 13-32 |
11 |
| - Called from Cn__Solver.add_assumption in file "lib/solver.ml", line 1105, characters 46-68 |
12 |
| - Called from Cn__Typing.add_c_internal in file "lib/typing.ml", line 409, characters 11-51 |
13 |
| - Called from Cn__Typing.bind.(fun) in file "lib/typing.ml", line 49, characters 17-20 |
14 |
| - Called from Cn__Typing.bind.(fun) in file "lib/typing.ml", line 49, characters 17-20 |
15 |
| - Called from Cn__Typing.pure.(fun) in file "lib/typing.ml", line 76, characters 22-25 |
16 |
| - Called from Cn__Typing.pure.(fun) in file "lib/typing.ml", line 76, characters 22-25 |
17 |
| - Called from Cn__Typing.pure.(fun) in file "lib/typing.ml", line 76, characters 22-25 |
18 |
| - Called from Cn__Typing.pure.(fun) in file "lib/typing.ml", line 76, characters 22-25 |
19 |
| - Called from Cn__Typing.pure.(fun) in file "lib/typing.ml", line 76, characters 22-25 |
20 |
| - Called from Cn__Typing.bind.(fun) in file "lib/typing.ml", line 49, characters 17-20 |
21 |
| - Called from Cn__Typing.bind.(fun) in file "lib/typing.ml", line 49, characters 17-20 |
22 |
| - Called from Cn__Typing.bind.(fun) in file "lib/typing.ml", line 49, characters 17-20 |
23 |
| - Called from Cn__Typing.run_from_pause in file "lib/typing.ml", line 68, characters 50-55 |
24 |
| - Called from Dune__exe__Main.with_well_formedness_check in file "bin/main.ml", line 187, characters 15-69 |
25 |
| - Called from Dune__exe__Main.with_well_formedness_check in file "bin/main.ml", lines 176-204, characters 6-15 |
26 |
| - Re-raised at Dune__exe__Main.with_well_formedness_check in file "bin/main.ml", line 212, characters 4-69 |
27 |
| - Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24 |
28 |
| - Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 35, characters 37-44 |
| 5 | +tests/cn/array_shift_mismatch.error.c:8:19: error: C-type must not be void in a array_shift<_> |
| 6 | + ptr_eq(return,array_shift<void>(p, 1u64)); |
| 7 | + ^~~~~~~~~~~~~~~~~~~~~~~~~~ |
0 commit comments