brintos

brintos / llvm-project-archived public Read only

0
0
Text · 219 B · 407ee06 Raw
8 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -I%S/Inputs/PR24954 -verify %s3// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/PR24954 -verify %s4 5#include "A.h"6 7// expected-no-diagnostics8