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