Dan Gohman | f17a25c | 2007-07-18 16:29:46 +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 | } |