brintos

brintos / llvm-project-archived public Read only

0
0
Text · 230 B · 621674c Raw
9 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -I %S/Inputs/update-after-load -verify -fmodules-cache-path=%t %s3 4// expected-no-diagnostics5#include "a.h"6namespace llvm {}7#include "b.h"8void llvm::f() {}9