PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / ptrmem26.C
blobba3eab10f2f1e0abb8b06f1f60f9a0c1b269d62f
1 // PR c++/46552
3 struct S
5     int x;
6 };
8 template < typename >
9 void f( void )
11     &S::x;