Daily bump.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp23 / constexpr-nonlit7.C
blob06125756f25c315b47d7b40d60d4220f7588022e
1 // PR c++/104994
2 // CWG2552
3 // { dg-do compile { target c++14 } }
5 constexpr bool foo () { extern thread_local int t; return true; }
6 static constexpr bool a = foo ();