blob: 8f48493c491d503e40fd2c1bef6ad58f8f65ec98 [file] [log] [blame]
// PR 99480 ICE on instantiation definition
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }
template<typename _Tp>
struct atomic;
template<typename _Tp>
struct atomic<_Tp*>;