mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 16:40:59 -04:00
8 lines
123 B
C++
8 lines
123 B
C++
// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
|
|
// expected-no-diagnostics
|
|
namespace Test1 {
|
|
|
|
class A final { };
|
|
|
|
}
|