repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-tidy][NFC] remove unused field in UnusedUsingDeclsCheck (#123451)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
invalid-c-style-comment3.ll
blob
767fdb6ff069e39d53bc27d6e3ee42e181e59fe9
1
; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck %s -DFILE=%s
2
3
@B = external global i32
4
5
; CHECK: [[FILE]]:[[@LINE+1]]:1: error: unterminated comment
6
/* End of the assembly file *