diff options
Diffstat (limited to 'Examples/test-suite/python/overload_copy_runme.py')
-rw-r--r-- | Examples/test-suite/python/overload_copy_runme.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/test-suite/python/overload_copy_runme.py b/Examples/test-suite/python/overload_copy_runme.py new file mode 100644 index 000000000..6ccf4013e --- /dev/null +++ b/Examples/test-suite/python/overload_copy_runme.py @@ -0,0 +1,3 @@ +from overload_copy import * +f = Foo() +g = Foo(f) |