aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/thread-specifier.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/thread-specifier.c')
-rw-r--r--test/Sema/thread-specifier.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Sema/thread-specifier.c b/test/Sema/thread-specifier.c
index ccffe7335f..01bb8f7773 100644
--- a/test/Sema/thread-specifier.c
+++ b/test/Sema/thread-specifier.c
@@ -108,3 +108,5 @@ __thread S s;
#endif
#endif
#endif
+
+__thread int aggregate[10] = {0};