summaryrefslogtreecommitdiffstats
path: root/Lib/test/tracedmodules/testmod.py
blob: a4c25e4b3c77147c588c7a713d856503c015ffa7 (plain)
1
2
3
def func(x):
    b = x + 1
    return b + 2