// RUN: %clang_cc1 -std=c++1z -fmodules %s -verify
module baz
module foo
// Can import baz here even though it was created in an outer build.
module bar
extern int n;
constexpr int *
static_assert;