summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cxx_final.cpp
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-03-18 22:42:05 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:54 (GMT)
commit57ac6a905c33211af420aaf1e7fc14b3871a7b16 (patch)
tree94ec2f5e816609d19ac5e3b785d9cfae24682a22 /Tests/CompileFeatures/cxx_final.cpp
parent88542a61011d13ed0a92b9a1da49d428846aaf20 (diff)
downloadCMake-57ac6a905c33211af420aaf1e7fc14b3871a7b16.zip
CMake-57ac6a905c33211af420aaf1e7fc14b3871a7b16.tar.gz
CMake-57ac6a905c33211af420aaf1e7fc14b3871a7b16.tar.bz2
Features: Add cxx_final.
Diffstat (limited to 'Tests/CompileFeatures/cxx_final.cpp')
-rw-r--r--Tests/CompileFeatures/cxx_final.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CompileFeatures/cxx_final.cpp b/Tests/CompileFeatures/cxx_final.cpp
new file mode 100644
index 0000000..598cb94
--- /dev/null
+++ b/Tests/CompileFeatures/cxx_final.cpp
@@ -0,0 +1,2 @@
+
+struct A final {};