diff options
Diffstat (limited to 'probe/HAVE__THREAD_LOCAL')
| -rw-r--r-- | probe/HAVE__THREAD_LOCAL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/probe/HAVE__THREAD_LOCAL b/probe/HAVE__THREAD_LOCAL new file mode 100644 index 00000000..fe1a4e57 --- /dev/null +++ b/probe/HAVE__THREAD_LOCAL @@ -0,0 +1,4 @@ +_Thread_local int x; +int main(void) { + return x; +} |
