diff options
Diffstat (limited to 'trunk/Examples/test-suite/python/wrapmacro_runme.py')
-rw-r--r-- | trunk/Examples/test-suite/python/wrapmacro_runme.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/trunk/Examples/test-suite/python/wrapmacro_runme.py b/trunk/Examples/test-suite/python/wrapmacro_runme.py new file mode 100644 index 000000000..0272afd5d --- /dev/null +++ b/trunk/Examples/test-suite/python/wrapmacro_runme.py @@ -0,0 +1,7 @@ +import wrapmacro + +a = 2 +b = -1 +wrapmacro.maximum(a,b) +wrapmacro.maximum(a/7.0, -b*256) +wrapmacro.GUINT16_SWAP_LE_BE_CONSTANT(1) |