blob: 87a17160d0a185dd2ea8a95fe87d9cf108be70b1 [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 (f1 ()->i != 42) abort ();
}