Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
g++.dg
/
tls
/
thread_local12l.C
blob: 273e1be020d7b06cb53a69d07d874ba24e1dd6fe [
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
(*
f12
<
0
>
()
!=
42
)
abort
();
}