CPP: Add a test of ConditionalDeclExpr.

This commit is contained in:
Geoffrey White
2019-09-17 17:38:54 +01:00
parent 72db219c13
commit 07e29bb627
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import cpp
from ConditionDeclExpr cde
select cde, cde.getVariableAccess(), cde.getInitializingExpr()