aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/tls/thread_local12j.C
blob: 0009de15e0eb006ba4c1657d26c909f5a5bee875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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 (*f10<0> () != 42) abort ();
}