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