Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/g++.dg/modules/pr99283-2_b.H
2023-03-06 14:48:14 +01:00

23 lines
260 B
C++

// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }
import "pr99283-2_a.H";
inline namespace __cxx11 {
template<typename _CharT>
class collate
{
};
}
template<typename _CharT>
void Check ()
{
typedef collate<char> __collate_type;
}