// RUN: rm -fr %t
// RUN: mkdir %t
// RUN: split-file %s %t
//
// RUN: %clang_cc1 -std=c++20 -emit-module-interface %t/foo.cppm -o %t/foo.pcm
// RUN: %clang_cc1 -std=c++20 -fprebuilt-module-path=%t %t/Use.cpp -verify -fsyntax-only
//
//--- foo.cppm
module;
# 3 __FILE__ 1 // use the next physical line number here (and below)
void
void
void
void
void
void ;
export module foo;
export using ::foo;
export using ::foo3;
export
void
export
void
//--- Use.cpp
import foo;
void