summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/cpp11_shared_ptr_template_upcast_runme.py
blob: 08a95c2ceb5c33a3d8823a458a069d783614dd3d (plain)
1
2
3
4
5
from cpp11_shared_ptr_template_upcast import *

pd = MakePrintableDerived(20)
pd.GetResult()
pd.GetFormatted()