1// RUN: rm -rf %t 2// RUN: mkdir -p %t 3// RUN: %clang -std=c++20 %S/Inputs/odr_using_dependent_name/X.cppm --precompile -o %t/X.pcm 4// RUN: %clang -std=c++20 -I%S/Inputs/odr_using_dependent_name -fprebuilt-module-path=%t %s --precompile -c 5// expected-no-diagnostics 6module; 7#include "foo.h" 8export module Y; 9import X; 10