This related to the code as first checked in in r266292 ([ASTImporter]
Implement some expression-related AST node import., 2016-04-14).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339731
91177308-0d34-0410-b5e6-
96231b3b80d8
TEST_P(ImportExpr, ImportStmtExpr) {
MatchVerifier<Decl> Verifier;
- // NOTE: has() ignores implicit casts, using hasDescendant() to match it
testImport(
"void declToImport() { int b; int a = b ?: 1; int C = ({int X=4; X;}); }",
Lang_C, "", Lang_C, Verifier,