blob: 32b6841d6b8e51440bedda48ac07bb07c16ac455 [file] [log] [blame]
// PR c++/60702
// { dg-do run { target c++11 } }
// { dg-add-options tls }
// { dg-require-effective-target tls_runtime }
#include "thread_local11.h"
int
main ()
{
if (*f8<0> () != 42) abort ();
}