about summary refs log tree commit diff
path: root/nptl/tst-tls8mod-bad.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-tls8mod-bad.c')
-rw-r--r--nptl/tst-tls8mod-bad.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/tst-tls8mod-bad.c b/nptl/tst-tls8mod-bad.c
new file mode 100644
index 0000000000..c1aed8ea7d
--- /dev/null
+++ b/nptl/tst-tls8mod-bad.c
@@ -0,0 +1,2 @@
+void missing_symbol (void);
+void f (void) {missing_symbol ();}