1 // RUN: rm -rf %t 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -I %S/Inputs/update-after-load -verify -fmodules-cache-path=%t %s 3 4 // expected-no-diagnostics 5 #include "a.h" 6 namespace llvm {} 7 #include "b.h" f()8 void llvm::f() {} 9