diff options
Diffstat (limited to 'tests/inlineasm/asmsum.py.exp')
-rw-r--r-- | tests/inlineasm/asmsum.py.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/inlineasm/asmsum.py.exp b/tests/inlineasm/asmsum.py.exp new file mode 100644 index 0000000000..d50a94c8db --- /dev/null +++ b/tests/inlineasm/asmsum.py.exp @@ -0,0 +1,2 @@ +array('l', [100, 200, 300, 400]) 1000 +array('b', [10, 20, 30, 40, 50, 60, 70, 80]) 360 |