(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
tls/
thread_local12c.C
// 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 ();
}