diff options
Diffstat (limited to 'test/arrdbg-mpfr.ok')
-rw-r--r-- | test/arrdbg-mpfr.ok | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/arrdbg-mpfr.ok b/test/arrdbg-mpfr.ok new file mode 100644 index 00000000..010801cb --- /dev/null +++ b/test/arrdbg-mpfr.ok @@ -0,0 +1,12 @@ +array_f subscript [3] + array_func: str_array_func +array_f subscript [-3] + array_func: str_array_func +array_f subscript [3.0] + array_func: str_array_func +array_f subscript [ 3] + array_func: str_array_func +array_f subscript [0] + array_func: str_array_func +array_f subscript [-1] + array_func: str_array_func |