diff options
Diffstat (limited to 'test/farm/annotate/src/a/a.py')
-rw-r--r-- | test/farm/annotate/src/a/a.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/farm/annotate/src/a/a.py b/test/farm/annotate/src/a/a.py new file mode 100644 index 00000000..825ce1b2 --- /dev/null +++ b/test/farm/annotate/src/a/a.py @@ -0,0 +1,5 @@ +def a(x): + if x == 1: + print "x is 1" + else: + print "x is not 1" |