3 // RUN: split-file %s %t
5 // RUN: %clang_cc1 -std=c++20 %t/mod1.cppm -emit-module-interface -o %t/mod1.pcm
6 // RUN: %clang_cc1 -std=c++20 %t/mod2.cppm -emit-module-interface -o %t/mod2.pcm
7 // RUN: %clang_cc1 -std=c++20 %t/test.cpp -fprebuilt-module-path=%t -verify -fsyntax-only
12 typedef unsigned int size_t;
22 enum class align_val_t : size_t {};
31 export using std::align_val_t;
41 export using std::align_val_t;
45 // expected-no-diagnostics