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
[libc++] Simplify the implementation of iostream.cpp (#124103)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
invalid-c-style-comment2.ll
blob
2a759d84682e6ed6b8dae5bfcabfb9a2b6d50fbb
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]]:2: error: expected top-level entity
6
*/
7