diff options
Diffstat (limited to 'Tests/CompileFeatures/cxx_extern_templates.cpp')
-rw-r--r-- | Tests/CompileFeatures/cxx_extern_templates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompileFeatures/cxx_extern_templates.cpp b/Tests/CompileFeatures/cxx_extern_templates.cpp index 9fa4aa4..01f300a 100644 --- a/Tests/CompileFeatures/cxx_extern_templates.cpp +++ b/Tests/CompileFeatures/cxx_extern_templates.cpp @@ -1,5 +1,5 @@ -template<typename T> +template <typename T> void someFunc() { } |