| Chris Lattner | f7cb674 | 2006-07-11 20:29:21 +0000 | [diff] [blame] | 1 | ; RUN: not llvm-as %s -o /dev/null -f |
| 2 | ; PR826 | ||||
| 3 | |||||
| 4 | %struct_4 = type { int } | ||||
| 5 | |||||
| 6 | implementation ; Functions: | ||||
| 7 | |||||
| 8 | void %test() { | ||||
| 9 | store %struct_4 zeroinitializer, %struct_4* null | ||||
| 10 | unreachable | ||||
| 11 | } | ||||