blob: 5a661ad9b99a2d76f915bbb56272305ad31892cc [file] [log] [blame]
Chris Lattnerdf986172009-01-02 07:01:27 +00001; RUN: not llvm-as %s |& grep {integer constant must have integer type}
Chris Lattner689e8b22008-02-19 04:36:07 +00002; PR2060
3
4define i8* @foo() {
5 ret i8* 0
6}