Add test for checking prefix resolving in typedef

This commit is contained in:
Yann Diorcet 2013-07-19 16:23:06 +02:00 committed by William S Fulton
commit 2e186244d6
3 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,5 @@
import typedef_typedef
b = typedef_typedef.B()
if b.getValue() == 0:
print "Failed !!!"