diff options
Diffstat (limited to 'testsuite/tests/primops/should_run/T13825-compile.stdout')
-rw-r--r-- | testsuite/tests/primops/should_run/T13825-compile.stdout | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/primops/should_run/T13825-compile.stdout b/testsuite/tests/primops/should_run/T13825-compile.stdout new file mode 100644 index 0000000000..41a5fb1368 --- /dev/null +++ b/testsuite/tests/primops/should_run/T13825-compile.stdout @@ -0,0 +1,3 @@ +[Packed1 0.0# 1.0# 2# 3.0#,Packed1 1.0# 2.0# 3# 4.0#,Packed1 2.0# 3.0# 4# 5.0#] +[Packed2 0.0 1.0 2 3.0,Packed2 1.0 2.0 3 4.0,Packed2 2.0 3.0 4 5.0] +[Packed3 0 1 2 3.0 4 5 6.0 6.0,Packed3 1 2 3 4.0 5 6 7.0 7.0,Packed3 2 3 4 5.0 6 7 8.0 8.0] |