// RUN: %clang_cc1 -fmodules -std=c++17 -verify %s
// RUN: %clang_cc1 -fmodules -std=c++17 -verify %s -DLOCAL
// expected-no-diagnostics
module A
inline auto
inline auto a = ;
auto ;
auto
module B
inline auto
inline auto b = ;
auto
inline auto
inline auto b = ;
auto
using T = decltype;
using T = decltype;
int test_g = ;