Sign in
llvm
/
llvm-project
/
54cc4141e4e3707de88a6bb3fa8e62dccc27b66c
/
.
/
llvm
/
test
/
Assembler
/
invalid-c-style-comment0.ll
blob: f042cdd151af923fabde99c7ba4d70c4fedb32f9 [
file
] [
log
] [
blame
]
; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck %s -DFILE=%s
@B
=
external
global
i32
; CHECK: [[FILE]]:[[@LINE+1]]:1: error: unterminated comment
/
*
End
of
the
assembly
file