[Flang] remove whole-archive option for AIX linker (#76039)
[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 { };