brintos

brintos / llvm-project-archived public Read only

0
0
Text · 206 B · 2bb06f8 Raw
4 lines · cpp
1// RUN: %clang_cc1 -std=c++20 -emit-pch -o %t.1.ast %S/Inputs/rbo.cpp2// RUN: %clang_cc1 -std=c++20 -ast-merge %t.1.ast -fsyntax-only %s 2>&1 | FileCheck --allow-empty %s3// CHECK-NOT: unsupported AST node4