blob: 92add8f7db93e19bce96c602d39c457fed8b6c08 [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 (f3 ()->i != 42) abort ();
}