summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/nested_in_template_runme.py
blob: 69afd1604afdbc6826ff41414c9d6ec7a8681c12 (plain)
1
2
3
4
5
from nested_in_template import *

cd = ConcreteDerived(88)
if cd.m_value != 88:
    raise RuntimeError("ConcreteDerived not created correctly")