diff options
Diffstat (limited to 'Tests/CompileFeatures/cxx_final.cpp')
-rw-r--r-- | Tests/CompileFeatures/cxx_final.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/CompileFeatures/cxx_final.cpp b/Tests/CompileFeatures/cxx_final.cpp index 598cb94..9d5d5c4 100644 --- a/Tests/CompileFeatures/cxx_final.cpp +++ b/Tests/CompileFeatures/cxx_final.cpp @@ -1,2 +1,4 @@ -struct A final {}; +struct A final +{ +}; |