1// RUN: not clang-tidy -checks=-*,llvm-namespace-comment %s -- -serialize-diagnostics %t | FileCheck %s
2// CHECK: :[[@LINE+1]]:12: error: expected ';' after struct [clang-diagnostic-error]
3struct A {}
4

source code of clang-tools-extra/test/clang-tidy/infrastructure/serialize-diagnostics.cpp