Fix a bug in GVN that Duncan noticed, where we potentially need to insert a
[oota-llvm.git] / test / Assembler / 2002-05-02-ParseError.ll
1 ; RUN: llvm-as %s -o /dev/null -f
2
3 %T = type i32 *
4
5 define %T @test() {
6         ret %T null
7 }