blob: 69632ae85cd5559bad51d6817cd677166cf05471 [file] [log] [blame]
Chris Lattner689e8b22008-02-19 04:36:07 +00001; RUN: not llvm-as %s |& grep {is invalid or}
2; PR2060
3
4define i8* @foo() {
5 ret i8* 0
6}