PR c++/46552
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-regress2.C
blob470ee1c4c8095e0d3d8bb97dac4db3a2cbd8318f
1 // PR c++/46552
2 // { dg-options -std=c++0x }
4 struct S
6     int x;
7 };
9 template < typename >
10 void f( void )
12     &S::x;