[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / tls / thread_local8.C
blob23f2a1b5eb4dc97e88abd7c4cf5c9606382d5b24
1 // PR c++/55800
2 // { dg-do compile { target c++11 } }
3 // { dg-require-alias "" }
4 // { dg-require-effective-target tls }
5 // { dg-final { scan-assembler "_ZTH12foo_instance" { target tls_native } } }
7 struct foo
9   foo();
12 thread_local foo foo_instance;