summaryrefslogtreecommitdiff
path: root/Tests/CompileFeatures/cxx_final.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CompileFeatures/cxx_final.cpp')
-rw-r--r--Tests/CompileFeatures/cxx_final.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/CompileFeatures/cxx_final.cpp b/Tests/CompileFeatures/cxx_final.cpp
index 598cb943f4..9d5d5c4141 100644
--- a/Tests/CompileFeatures/cxx_final.cpp
+++ b/Tests/CompileFeatures/cxx_final.cpp
@@ -1,2 +1,4 @@
-struct A final {};
+struct A final
+{
+};