summaryrefslogtreecommitdiffstatshomepage
path: root/tests/cpydiff/core_function_unpacking.py
blob: f0cc24055aaad000a84a8c7bb9145edf1fd03e73 (plain) (blame)
1
2
3
4
5
6
7
"""
categories: Core,Functions
description: Unpacking function arguments in non-last position gives incorrect result
cause: Unknown
workaround: Unknown
"""
print(*(1, 2), 3)