blob: fe8d6241232561181b8fba30d5601c0e9c062c39 [file] [log] [blame]
Chris Lattnercbec8be2002-04-13 22:46:24 +00001; 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;
4implementation
5
6uint "testfunc"()
7begin
8 ret int* null
9end