brintos

brintos / llvm-project-archived public Read only

0
0
Text · 123 B · 5c32788 Raw
8 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++112// expected-no-diagnostics3namespace Test1 {4 5class A final { };6 7}8