summaryrefslogtreecommitdiffstats
path: root/Source/Checks/cm_c11_thread_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Checks/cm_c11_thread_local.c')
-rw-r--r--Source/Checks/cm_c11_thread_local.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Checks/cm_c11_thread_local.c b/Source/Checks/cm_c11_thread_local.c
new file mode 100644
index 0000000..ab780f2
--- /dev/null
+++ b/Source/Checks/cm_c11_thread_local.c
@@ -0,0 +1,2 @@
+_Thread_local int i = 42;
+int main(void) { return 0; }