about summary refs log tree commit diff
path: root/REORG.TODO/elf/tst-auditmod9b.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/elf/tst-auditmod9b.c')
-rw-r--r--REORG.TODO/elf/tst-auditmod9b.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/REORG.TODO/elf/tst-auditmod9b.c b/REORG.TODO/elf/tst-auditmod9b.c
new file mode 100644
index 0000000000..8eeeb49986
--- /dev/null
+++ b/REORG.TODO/elf/tst-auditmod9b.c
@@ -0,0 +1,6 @@
+__thread int a;
+
+int f(void)
+{
+  return ++a;
+}