diff options
Diffstat (limited to 'Tests/CompileFeatures/cxx_thread_local.cpp')
-rw-r--r-- | Tests/CompileFeatures/cxx_thread_local.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CompileFeatures/cxx_thread_local.cpp b/Tests/CompileFeatures/cxx_thread_local.cpp new file mode 100644 index 0000000..1fb27e2 --- /dev/null +++ b/Tests/CompileFeatures/cxx_thread_local.cpp @@ -0,0 +1,2 @@ + +thread_local unsigned int rage = 1; |