1
0
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:
Chris Lattner 2006-07-11 20:29:21 +00:00
parent db529debec
commit 729199a9c0

View 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
}