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] 3 struct A {} 4