Add a test for that

This commit is contained in:
K. Lange 2021-12-15 15:11:27 +09:00
parent 89d3572a72
commit 6a431e9aa3
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
def foo(print=print):
print("hello world")
foo()

View File

@ -0,0 +1 @@
hello world