brintos

brintos / llvm-project-archived public Read only

0
0
Text · 240 B · 8da836a Raw
6 lines · cpp
1// RUN: %clang -std=c++20 %s -fmodules-embed-all-files -### 2>&1 | FileCheck %s2// CHECK: -fmodules-embed-all-files3 4// RUN: %clang -std=c++20 %s -### 2>&1 | FileCheck %s --check-prefix=NON-EMBED5// NON-EMBED-NOT: -fmodules-embed-all-files6