mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Testcase for PR826
llvm-svn: 29111
This commit is contained in:
parent
db529debec
commit
729199a9c0
11
test/Regression/Verifier/2006-07-11-StoreStruct.ll
Normal file
11
test/Regression/Verifier/2006-07-11-StoreStruct.ll
Normal file
@ -0,0 +1,11 @@
|
||||
; RUN: not llvm-as %s -o /dev/null -f
|
||||
; PR826
|
||||
|
||||
%struct_4 = type { int }
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
void %test() {
|
||||
store %struct_4 zeroinitializer, %struct_4* null
|
||||
unreachable
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user