aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/cpp11_shared_ptr_template_upcast_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/cpp11_shared_ptr_template_upcast_runme.py')
-rw-r--r--Examples/test-suite/python/cpp11_shared_ptr_template_upcast_runme.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Examples/test-suite/python/cpp11_shared_ptr_template_upcast_runme.py b/Examples/test-suite/python/cpp11_shared_ptr_template_upcast_runme.py
new file mode 100644
index 000000000..08a95c2ce
--- /dev/null
+++ b/Examples/test-suite/python/cpp11_shared_ptr_template_upcast_runme.py
@@ -0,0 +1,5 @@
+from cpp11_shared_ptr_template_upcast import *
+
+pd = MakePrintableDerived(20)
+pd.GetResult()
+pd.GetFormatted()