diff options
Diffstat (limited to 'test/abi/named_results.out')
-rw-r--r-- | test/abi/named_results.out | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/abi/named_results.out b/test/abi/named_results.out new file mode 100644 index 0000000..02f12e8 --- /dev/null +++ b/test/abi/named_results.out @@ -0,0 +1,13 @@ +y = 1 +y = 6 +y = 27 +x = 21 +len(y) = 41 +y = OKAY! Aloha! Hello World! !!!!!!!!!!!!!!! +len(z) = 17 +z = Aloha! Hello Pal! + +len(y) = 25 +y = OKAY! Aloha! Hello World! +len(z) = 17 +z = Aloha! Hello Pal! |