// RUN: rm -rf %t && mkdir -p %t // RUN: clang-doc --format=mustache --output=%t --executor=standalone %s // RUN: FileCheck %s < %t/MyNamespace.html namespace MyNamespace { class Foo; } // CHECK:
// CHECK-NEXT: class Foo
// CHECK-NEXT:
// CHECK-NEXT:
// CHECK-NEXT: