We actually don't have spiff anymore
[oota-llvm.git] / test / Verifier / 2002-04-13-RetTypes.ll
1 ; Verify the the operand type of the ret instructions in a function match the
2 ; delcared return type of the function they live in.
3 ;
4 implementation
5
6 uint "testfunc"()
7 begin
8         ret int* null
9 end