Add test for checking prefix resolving in typedef
This commit is contained in:
parent
2f47bb8d67
commit
2e186244d6
3 changed files with 45 additions and 0 deletions
5
Examples/test-suite/python/typedef_typedef_runme.py
Normal file
5
Examples/test-suite/python/typedef_typedef_runme.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import typedef_typedef
|
||||
|
||||
b = typedef_typedef.B()
|
||||
if b.getValue() == 0:
|
||||
print "Failed !!!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue