diff options
Diffstat (limited to 'test/farm/run/src')
-rw-r--r-- | test/farm/run/src/xxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/farm/run/src/xxx b/test/farm/run/src/xxx new file mode 100644 index 00000000..6b7eb9e3 --- /dev/null +++ b/test/farm/run/src/xxx @@ -0,0 +1,8 @@ +# This is a python file though it doesn't look like it, like a main script.
+a = b = c = d = 0
+a = 3
+b = 4
+if not b:
+ c = 6
+d = 7
+print "xxx:", a, b, c, d
|