summaryrefslogtreecommitdiff
path: root/test/tls/tst-tlsmod6.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tls/tst-tlsmod6.c')
-rw-r--r--test/tls/tst-tlsmod6.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/tls/tst-tlsmod6.c b/test/tls/tst-tlsmod6.c
new file mode 100644
index 0000000..0fda51b
--- /dev/null
+++ b/test/tls/tst-tlsmod6.c
@@ -0,0 +1,7 @@
+#include <tls.h>
+
+#ifdef USE_TLS
+#include "tls-macros.h"
+
+COMMON_INT_DEF(bar);
+#endif