blob: 7712d8b8c86d94b3963f85b0d6c6636b9e23bf36 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001__thread int a[2] __attribute__ ((tls_model ("initial-exec")));
2
3int
4foo (void)
5{
6 return a[0];
7}