]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/modules/tpl-spec-8_a.H
c++: remove optimize_specialization_lookup_p
[gcc.git] / gcc / testsuite / g++.dg / modules / tpl-spec-8_a.H
1 // { dg-additional-options -fmodule-header }
2 // { dg-module-cmi {} }
3
4 template<class T>
5 struct A {
6 static void f() { T::nonexistent; }
7 };
8
9 template<>
10 inline void A<int>::f() { }
This page took 0.037814 seconds and 5 git commands to generate.