1 // PR 99480 ICE on instantiation definition
2 // { dg-additional-options -fmodule-header }
3 // { dg-module-cmi {} }
4 template<typename _Tp>
5 struct atomic;
6 
7 template<typename _Tp>
8 struct atomic<_Tp*>;
9 
10 
11