xref: /llvm-project/clang/test/CXX/module/module.unit/p7/t7.cpp (revision 9791b589516b644a6273607b46a9c6661993d667)
1 // RUN: rm -fr %t
2 // RUN: mkdir %t
3 // RUN: %clang_cc1 -std=c++20 -I%S/Inputs/ %s -verify
4 // expected-no-diagnostics
5 module;
6 #include "h7.h"
7 export module X;
8