blob: 31e2dd44069ee25cc3a50c448fc59d660ef88058 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: not llvm-as %s -o /dev/null -f
2; PR826
3
4 %struct_4 = type { int }
5
6implementation ; Functions:
7
8void %test() {
9 store %struct_4 zeroinitializer, %struct_4* null
10 unreachable
11}