brintos

brintos / llvm-project-archived public Read only

0
0
Text · 228 B · 7cbeefc Raw
6 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules -I%S/Inputs/multiple-include -fmodules-cache-path=%t -fimplicit-module-maps -verify %s -fmodules-local-submodule-visibility3// expected-no-diagnostics4#include "b.h"5int c = get();6