Skip to content

Commit 1493fb5

Browse files
committed
Add a test for "import f, f"
1 parent 0aa157e commit 1493fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/modules_02.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from modules_02b import f
1+
from modules_02b import f, f
22
from lpython import i32
33

44
def main0():

0 commit comments

Comments
 (0)