- Testing keys, setValue, getValue -
type keys: builtinKind,containsUnexpandedParameterPack,context,id,inlineComments,isFromAst,isInSystemHeader,isMacro,isVariablyModified,kindLiteral,location,origin,previousId,typeAsString,typeDependency,unqualifiedDesugaredType
type builtin kind: Int
Changed vardecl: float a = 10
Inside header:
binaryOp -> a > 0
varref -> a
intLiteral -> 0
binaryOp -> a < 0
varref -> a
intLiteral -> 0
declStmt -> int i = 0;
vardecl -> int i = 0
intLiteral -> 0
exprStmt -> i < 10;
binaryOp -> i < 10
varref -> i
intLiteral -> 10
exprStmt -> i++;
unaryOp -> i++
varref -> i
declStmt -> int j = 0;
vardecl -> int j = 0
intLiteral -> 0
exprStmt -> j < 10;
binaryOp -> j < 10
varref -> j
intLiteral -> 10
exprStmt -> j++;
unaryOp -> j++
varref -> j