p1-0x.cpp 123 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11 // expected-no-diagnostics namespace Test1 { class A final { }; }