aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/thread_local
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-24 14:31:06 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-24 14:31:06 +0100
commitba21b0ae95189f2d40cca38c502c1ca583a0e1bb (patch)
tree44ee07a6b8d8766638b2b1b5f4d1ca4364b0cf24 /test/monniaux/thread_local
parent01a07b1c68f108df1376beaafdc3242b629634de (diff)
downloadcompcert-kvx-ba21b0ae95189f2d40cca38c502c1ca583a0e1bb.tar.gz
compcert-kvx-ba21b0ae95189f2d40cca38c502c1ca583a0e1bb.zip
parse _Thread_local
Diffstat (limited to 'test/monniaux/thread_local')
-rw-r--r--test/monniaux/thread_local/thread_local.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/monniaux/thread_local/thread_local.c b/test/monniaux/thread_local/thread_local.c
new file mode 100644
index 00000000..0c50f216
--- /dev/null
+++ b/test/monniaux/thread_local/thread_local.c
@@ -0,0 +1 @@
+_Thread_local int toto;