brintos

brintos / llvm-project-archived public Read only

0
0
Text · 358 B · c6275b4 Raw
9 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -I%S/Inputs/PR21547 -verify %s3// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/PR21547 -verify %s4// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/PR21547 -emit-llvm-only %s5 6#include "Inputs/PR21547/FirstHeader.h"7 8//expected-no-diagnostics9