1 // PR 99283 part 2 ICE on definition with qualified-name
2 // { dg-additional-options -fmodule-header }
3 // { dg-module-cmi {} }
4 
5 inline namespace __cxx11 {
6 
7 template<typename _CharT>
8 class collate;
9 
10 }
11 
12 
13