blob: f497ea47945b3359df50db49bd32f5f9a211b313 [file] [log] [blame]
Richard Smithd9174792014-03-11 03:10:46 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules -I %S/Inputs/update-after-load -verify -fmodules-cache-path=%t %s
3
4// expected-no-diagnostics
5#include "a.h"
6namespace llvm {}
7#include "b.h"
8void llvm::f() {}