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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
Bitcode
/
invalid-type-for-null-constant.ll
blob
28756fa18233a6b53cad316b38cc2f5dbcf0c063
1
; Bitcode with a CST_CODE_NULL with void type.
2
3
; RUN: not llvm-dis %s.bc -o - 2>&1 | FileCheck %s
4
5
; CHECK: error: Invalid type for a constant null value
6