diff options
Diffstat (limited to 'tests/bytecode/mp-tests/fun1.py')
-rw-r--r-- | tests/bytecode/mp-tests/fun1.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bytecode/mp-tests/fun1.py b/tests/bytecode/mp-tests/fun1.py new file mode 100644 index 0000000000..36e079c01e --- /dev/null +++ b/tests/bytecode/mp-tests/fun1.py @@ -0,0 +1,2 @@ +def f(*args): + g(*args) |