blob: 642776ea88fc32521743568677e9d9a3bd75f544 [file] [log] [blame]
Alexander Belopolsky9d17da32010-09-13 16:45:02 +00001def func(x):
2 b = x + 1
3 return b + 2
Alexander Belopolsky517185e2010-09-24 18:14:18 +00004
5def func2():
6 """Test function for issue 9936 """
7 return (1,
8 2,
9 3)