summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cxx_variable_templates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CompileFeatures/cxx_variable_templates.cpp')
-rw-r--r--Tests/CompileFeatures/cxx_variable_templates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompileFeatures/cxx_variable_templates.cpp b/Tests/CompileFeatures/cxx_variable_templates.cpp
index 5d4bdbc..8e6fc99 100644
--- a/Tests/CompileFeatures/cxx_variable_templates.cpp
+++ b/Tests/CompileFeatures/cxx_variable_templates.cpp
@@ -1,5 +1,5 @@
-template<typename T>
+template <typename T>
constexpr T pi = T(3.1415926535897932385);
int someFunc()