[lldb] Constify methods in CommandReturnObject (NFC)
[llvm-project.git] / clang / test / CXX / module / module.unit / p7 / t7.cpp
blob7ce0cbb964131aceceaac4ea3928030614fc9209
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;