[clang-tidy][NFC] remove unused field in UnusedUsingDeclsCheck (#123451)
[llvm-project.git] / llvm / test / Assembler / invalid-c-style-comment3.ll
blob767fdb6ff069e39d53bc27d6e3ee42e181e59fe9
1 ; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck %s -DFILE=%s
3 @B = external global i32
5 ; CHECK: [[FILE]]:[[@LINE+1]]:1: error: unterminated comment
6 /* End of the assembly file *