aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/class/p1-0x.cpp
blob: 5c327880e4b7843a4b493108b9478947a6c655e2 (plain) (blame)
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 { };

}