1; RUN: not llvm-as %s |& grep {integer constant must have integer type} 2; PR2060 3 4define i8* @foo() { 5 ret i8* 0 6} 7