summaryrefslogtreecommitdiff
path: root/tests/gold/annotate/anno_dir/b_b.py,cover
blob: 90d076f1429ee52f278060eff345cc1d6539f0c2 (plain)
1
2
3
> def b(x):
>     msg = "x is %s" % x
>     print(msg)