Fortran: Fix PR 47485.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / static-member-init-1.C
blobe64e77faade074e2d22e175eaedecfc67c0fcde4
1 // { dg-do compile { target c++11 } }
3 struct S {
4     static constexpr const void* x = &x;
5 };