1 // PR c++/60702 2 // { dg-do run { target c++11 } } 3 // { dg-add-options tls } 4 // { dg-require-effective-target tls_runtime } 5 6 #include "thread_local11.h" 7 8 int main()9 main () 10 { 11 if (*f12<0> () != 42) abort (); 12 } 13