[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / AST / ast-dump-default-arg-dep.cpp
bloba804ac120fca4da790d6a784eaef4a18393a908d
1 // RUN: not %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -ast-dump -frecovery-ast %s | FileCheck %s
3 // CXXDefaultArgExpr should inherit dependence from the inner Expr, in this case
4 // RecoveryExpr.
5 void fun(int arg = foo());
7 void test() {
8 fun();
10 // CHECK: -CXXDefaultArgExpr 0x{{[^ ]*}} <<invalid sloc>> '<dependent type>' contains-errors lvalue