blob: 5309130dced675efd3a6f54bceabdb0acd33ad18 [file] [log] [blame]
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }
template<class T>
struct A {
static void f() { T::nonexistent; }
};
template<>
inline void A<int>::f() { }