Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CXX / class / p1-0x.cpp
blob5c327880e4b7843a4b493108b9478947a6c655e2
1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
2 // expected-no-diagnostics
3 namespace Test1 {
5 class A final { };