1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
2 // expected-no-diagnostics
3 namespace Test1 {
4 
5 class A final { };
6 
7 }
8