blob: 95c44f76a05d524780a5d67ac3648a96495ea5a5 [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 (f5 ()->i != 42) abort ();
}